-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add support for WSL1 #31
Comments
I would be very interested in this as well. My team is developing some multiplatform software, and due to a variety of factors my main machine with this client has to be a Windows box on which I run WSL extensively. Is it as simple as copying |
Any further thoughts on this issue? On a project of mine, I'm finally getting around to refactoring a multi-platform flash programming tool |
From what I remember the main code change is related to port enumeration. The way WSL exposes and shows available ports is different but once the port handle is identified the control of the port is the same. I haven't looked since I opened this issue so I could be all wet. |
It is now possible to access windows serial devices from WSL. It would be great to see support for this in libserialport.
The first issue I ran into when attempting to use libserialport on WSL was port enumeration using
sp_list_ports
. The directory/sys/class/tty
doesn't exist on WSL. I was using the Ubuntu 18.04 image.The text was updated successfully, but these errors were encountered: