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

ColorCal 2 fails to connect #1138

Closed
brittAnderson opened this issue Mar 14, 2016 · 1 comment
Closed

ColorCal 2 fails to connect #1138

brittAnderson opened this issue Mar 14, 2016 · 1 comment

Comments

@brittAnderson
Copy link

Setting up a new machine today I could not get the ColorCal2 to connect properly for gamma correction. The error message related to an inability to find a baud rate. From a google search found a similar error that related to version 3 of Pyserial having changed their "interface". Downgraded to pyserial2.7 and was able to connect. My guess is the pyserial library changed something about their interface. Might be best to recommend pyserial less than 3.0.

Ref: https://stackoverflow.com/questions/34602168/dronekit-failed-to-connect-to-dev-tty-usbmodem1411-serial-object-has-no-at/34615374#34615374

@peircej
Copy link
Member

peircej commented Mar 15, 2016

Thanks for the heads-up Britt. Probably we should change our code to be
compatible with the new version:
mavlink/mavlink#498

On 14/03/2016 23:01, brittAnderson wrote:

Setting up a new machine today I could not get the ColorCal2 to
connect properly for gamma correction. The error message related to an
inability to find a baud rate. From a google search found a similar
error that related to version 3 of Pyserial having changed their
"interface". Downgraded to pyserial2.7 and was able to connect. My
guess is the pyserial library changed something about their interface.
Might be best to recommend pyserial less than 3.0.

Ref:
https://stackoverflow.com/questions/34602168/dronekit-failed-to-connect-to-dev-tty-usbmodem1411-serial-object-has-no-at/34615374#34615374


Reply to this email directly or view it on GitHub
#1138.

Jon Peirce
http://www.peirce.org.uk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants