-
Notifications
You must be signed in to change notification settings - Fork 121
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
Cannot list virtual serial ports on Windows 10 #187
Comments
According to issue serialport#187 null-modem ports are appearing as CNCxy and there have not been complaints about other devices showing up unintendedly so far.
Thank you for bringing up this issue! You are mentioning serial2 which uses different enumeration strategy on Windows. There is #84 in our PR backlog since a while, which switches to the same strategy and it looks like this could resolve your issue as well. I would like to integrate it with with a slight change as prototyped in https://github.com/sirhcel/serialport-rs/tree/missing-modem-ports (as of 0720d5a). Could you give this branch a spin? Will it make the null-modem ports you are looking for getting listed? And what about regular serial ports: do they show up as before and as you would expect them to? |
seem it's a great job.
|
According to issue #187 null-modem ports are appearing as CNCxy and there have not been complaints about other devices showing up unintendedly so far.
Solved with integrating #84. |
com0com mirror Null-modem emulator is a long history kernel-mode virtual serial port driver for Windows.
But these port cannot be detected by this lib;
I can find its port using WIN10 system serial tool:
Or anothere Rust serial port lib serial2.
The text was updated successfully, but these errors were encountered: