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

Missing COM ports in Windows #81

Closed
Crzyrndm opened this issue Feb 23, 2023 · 1 comment · Fixed by #84
Closed

Missing COM ports in Windows #81

Crzyrndm opened this issue Feb 23, 2023 · 1 comment · Fixed by #84

Comments

@Crzyrndm
Copy link
Contributor

Crzyrndm commented Feb 23, 2023

Crate version is latest published (4.2.0)

I have a USB connected cell modem that enumerates in windows as 5 COM ports. On some computers, all of these are listed in device manager under "Ports (COM & LPT)" while on others, 2 of the ports only show up under "Modems".
image
In ^^, COM5 and COM7 are the "modem" ports

It would greatly simplify the hack I currently have in place to find the modem ports if those "modem" ports could also be listed

@DanielJoyce
Copy link

Yeah, for some reason serial port rs tends to skip those ports associated with modems, happens on linux too ( TTYACMx ), though opening a modem as a serial port is supported and supposed to work, so you can configure the modem.

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

Successfully merging a pull request may close this issue.

2 participants