Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateFile : Comport limitation ???

Status
Not open for further replies.

youssef

Programmer
Mar 13, 2001
96
BE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top