-
Notifications
You must be signed in to change notification settings - Fork 124
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
Merge USB Serial Autodetect/Enumeration lib #86
Conversation
- Fix return val on missing serial port. - Add vid/pid in osvr server config files for YEI devices. Remove hardcoded com port
So this needs a Linux port in order to pass CI. It should be pretty easy, since I think you can just use sysfs to do it (so it turns into a filesystem traversal), but that will block the merge. Would like to get this merged ideally shortly before 0.2, since changes to the manual configuration API will be coming in 0.2 which directly affects this code's usage. @yboger Is this a reasonable item to have @godbyk do? |
… reset commands for YEI
No description provided.