<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> </div><div>&quot;To specify a COM port number greater than 9, use the following syntax: &quot;\\.\COM10&quot;. </div><div>This syntax works for all port numbers and hardware that allows COM port 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.</div><div>Correctly so: &quot;\\\\.\\COM10&quot;</div><div><br></div><div>I tested on Win7x32, COM &gt; 9. Work correctly.</div><div><br></div></div>