We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
On Windows, attempting to open a serial port using a Device Interface Path instead of a COM port name results in a failure.
For example, trying to open the following device path fails:
\\?\USB#VID_0483&PID_5740#158133603236#{86e0d1e0-8089-11d0-9ce4-08003e301f73}
This path corresponds to a USB virtual COM port
Expected behavior: The serial port should open successfully when using a valid Device Interface Path.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
On Windows, attempting to open a serial port using a Device Interface Path instead of a COM port name results in a failure.
For example, trying to open the following device path fails:
This path corresponds to a USB virtual COM port
Expected behavior: The serial port should open successfully when using a valid Device Interface Path.
The text was updated successfully, but these errors were encountered: