On windows, opening a COM port above COM9 needs to use syntax \.\COM10 instead of just COM10 in the winapi CreateFileA()
Currently, specifying just COM10 will cause the port to fail to open.
Can/should we
- automatically correct this
- Put a more specific error message than "can't open COM port"
- Put a note somewhere in the GUI?
seeking feedback so I can implement an improvement to the current behaviour