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 Movidius Neural Compute Stick #3185

Closed
EscVM opened this issue May 12, 2018 · 10 comments
Closed

Serial Connection Movidius Neural Compute Stick #3185

EscVM opened this issue May 12, 2018 · 10 comments

Comments

@EscVM
Copy link

EscVM commented May 12, 2018

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.

@WSLUser
Copy link

WSLUser commented May 14, 2018

This is a dupe of quite a number of other dev/tty* issues. Short answer is WSL doesn't support raw devices and needs libusb to be fully implemented. Here's the UserVoice

@EscVM
Copy link
Author

EscVM commented May 14, 2018

Ok, so for know only USB storage devices can be be used, right?

@WSLUser
Copy link

WSLUser commented May 14, 2018

Yes. The UserVoice provides clarity for what you can and can't do.

@benhillis
Copy link
Member

USB serial devices should work on newer builds. What build are you running?

@EscVM
Copy link
Author

EscVM commented May 14, 2018

Ok! Thank you for your help @DarthSpock

@EscVM EscVM closed this as completed May 14, 2018
@EscVM EscVM reopened this May 14, 2018
@EscVM
Copy link
Author

EscVM commented May 14, 2018

@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.

@therealkenc
Copy link
Collaborator

therealkenc commented May 14, 2018

I don't have one of these, but for the lulz I cloned https://github.com/movidius/ncsdk.git. Sure enough it links libusb. That blog post is about RS232 serial devices, which typically these days are USB dongles but don't have to be. I don't think you are going to find this thing on /dev/ttyS? on Real Linux™ either.

This is dupe #1521 #2287 #2195 #2185 #412 et at. User Voice already cited above.
`

@EscVM
Copy link
Author

EscVM commented May 14, 2018

Thanks @therealkenc for your reply. When attached, the device on Windows it's like this..
device_manager
.

@kablondino
Copy link

This issue shouldn't be marked as closed. There is no solution in actually getting it recognized by the WSL that I could find.

@therealkenc
Copy link
Collaborator

No because dupe #2195 #2185 #412 are open (which is two too many) as is the UserVoice.

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

No branches or pull requests

5 participants