<div dir="ltr"><div>Description of the problem in the MSDN:</div><div><a href="https://msdn.microsoft.com/ru-ru/en-en/library/aa363858(v=vs.85).aspx">https://msdn.microsoft.com/ru-ru/en-en/library/aa363858(v=vs.85).aspx</a><br></div><div>&quot;To specify a COM port number greater than 9, use the following syntax: &quot;\\.\COM10&quot;.<br></div><div>This syntax works for all port numbers and hardware that allows COM port<br></div><div>numbers to</div><div>be specified.&quot;</div><div>But there is not quite right :) They write &quot;\\.\COM10&quot; it&#39;s not going to work.<br></div><div>Correctly so: &quot;\\\\.\\COM10&quot;<br></div><div><br></div><div>I tested on Win7x32, COM &gt; 9. Work correctly.<br></div><div><br></div><div>Added fixes to the drop-down list of ports.</div><div>In the name of the port removing unnecessary characters for the user&#39;s convenience.</div><div><br></div></div>