We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Force the serial port to COM10 or higher:
https://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7/
Then trying to use with spicl or spigui fails.
spicl
spigui
This article says that prefixing all port names with
\\.\
is the correct way to fix this issue.
https://support.microsoft.com/en-us/help/115831/howto-specify-serial-ports-larger-than-com9
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
In the win32 common code, if portname starts with 'C' insert the pref…
28a289c
…ix \\.\ [#6]
No branches or pull requests
Force the serial port to COM10 or higher:
https://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7/
Then trying to use with
spicl
orspigui
fails.This article says that prefixing all port names with
is the correct way to fix this issue.
https://support.microsoft.com/en-us/help/115831/howto-specify-serial-ports-larger-than-com9
The text was updated successfully, but these errors were encountered: