Hi,
When I use the CreateFile for Open, Read, Write and Close , when I using COM1, to COM9 no problem.
But when I would like to use COM10 to COM34. I cannot open Comport.
I using this command :
CreateFile(\\\\.\\COM10,...)
or
CreateFile("COM10",...) cannot workink.
Can you help me
When I use the CreateFile for Open, Read, Write and Close , when I using COM1, to COM9 no problem.
But when I would like to use COM10 to COM34. I cannot open Comport.
I using this command :
CreateFile(\\\\.\\COM10,...)
or
CreateFile("COM10",...) cannot workink.
Can you help me