jamesbowman / spidriver

SPI driver public repo
https://spidriver.com/
BSD 3-Clause "New" or "Revised" License
181 stars 56 forks source link

Windows serial ports above COM9 not working #6

Closed jamesbowman closed 6 years ago

jamesbowman commented 6 years ago

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.

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

jamesbowman commented 6 years ago