TheGreatHope / cdmaworkshoptool

Automatically exported from code.google.com/p/cdmaworkshoptool
0 stars 0 forks source link

Cannot connect to ports in double digits #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to COM port #10 or above

What is the expected output? What do you see instead?
COM should be opened, but ti fails.

What version of the product are you using? On what operating system?
Unity3D on Win7 x64

Please provide any additional information below.
Any time I attempt to connect to COM 10 or higher, it fails as if the port were 
not present. All ports below 10 connect just fine.

Original issue reported on code.google.com by GEgo...@gmail.com on 11 May 2015 at 9:50

GoogleCodeExporter commented 9 years ago
where does unity come into play? are you using cdmaDevLib directly? is there 
anything on the log tab if you are using cdmaDevTerm? 

if you are using the lib directly can you show a snippet of the line that 
fails? I believe sometimes you have to pre-fix the port is a certain way on 
windows to connect something like "\\\\.\\COM11"

Original comment by chromableedstudios on 13 May 2015 at 1:30