-
Notifications
You must be signed in to change notification settings - Fork 846
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 Movidius Neural Compute Stick #3185
Comments
This is a dupe of quite a number of other dev/tty* issues. Short answer is WSL doesn't support raw devices and needs |
Ok, so for know only USB storage devices can be be used, right? |
Yes. The UserVoice provides clarity for what you can and can't do. |
USB serial devices should work on newer builds. What build are you running? |
Ok! Thank you for your help @DarthSpock |
@benhillis I'm using the OS Build 16299.431. Before opening this issue, I had found this article (https://blogs.msdn.microsoft.com/wsl/2017/04/14/serial-support-on-the-windows-subsystem-for-linux/). Unfortunately, I when I run 'tty -F /dev/ttySN -a', with N=COM port, I have an Input/Output error. |
I don't have one of these, but for the lulz I cloned This is dupe #1521 #2287 #2195 #2185 #412 et at. User Voice already cited above. |
Thanks @therealkenc for your reply. When attached, the device on Windows it's like this.. |
This issue shouldn't be marked as closed. There is no solution in actually getting it recognized by the WSL that I could find. |
Hi! I'm trying to use the Movidius neural compute stick devise on WSL. Unfortunately, I can't figure out how to enable the serial communication.
Firstly, I've tried with
stty -F /dev/ttyS5 -a
, but it gives me a stty error "stty: /dev/ttyS5: Input/output error". Thanks for your help.The text was updated successfully, but these errors were encountered: