Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serial connection error using FTDI with NexStar #6

Open
bgottula opened this issue Oct 8, 2017 · 0 comments
Open

Serial connection error using FTDI with NexStar #6

bgottula opened this issue Oct 8, 2017 · 0 comments
Labels

Comments

@bgottula
Copy link
Collaborator

bgottula commented Oct 8, 2017

I occasionally encounter a serial error when using the NexStar class. The circumstances leading to it are not entirely clear, but most recently it occurred after completing an alignment. Re-starting the application does not seem to fix it. I have resorted to disconnecting and re-connecting my USB FTDI device which then causes it to show up as a different tty (/dev/ttyUSB1 instead of the initial /dev/ttyUSB0).

Error message:

File "/home/rgottula/dev/point/nexstar.py", line 133, in slew_var
    self._send_command(command)
  File "/home/rgottula/dev/point/nexstar.py", line 40, in _send_command
    response = self.serial.read(response_len + 1)
  File "/usr/lib/python2.7/dist-packages/serial/serialposix.py", line 495, in read
    raise SerialException('device reports readiness to read but returned no data (device disconnected or multiple access on port?)')
@bgottula bgottula changed the title Serial connection error Serial connection error using FTDI with NexStar Jul 19, 2018
@bgottula bgottula added the bug label Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant