[chirp_devel] [patch] doesn't recognize multiple comm ports in Win 7 - issue #2783

Alex K
Sat Oct 10 05:19:26 PDT 2015


Description of the problem in the MSDN:
https://msdn.microsoft.com/ru-ru/en-en/library/aa363858(v=vs.85).aspx
"To specify a COM port number greater than 9, use the following syntax:
"\\.\COM10".
This syntax works for all port numbers and hardware that allows COM port
numbers to
be specified."
But there is not quite right :) They write "\\.\COM10" it's not going to
work.
Correctly so: "\\\\.\\COM10"

I tested on Win7x32, COM > 9. Work correctly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20151010/0e27036c/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: platform.patch
Type: application/octet-stream
Size: 1146 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20151010/0e27036c/attachment-0001.obj 


More information about the chirp_devel mailing list