How is the Com port string format in VS 2005 ?

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

The string format of a com port when opening a port in win32 API is "COM1:"
but how is it in VS 2005 in the System.IO.Ports.SerialPort.PortName property
(with or without the ':' character) ?

Thanks
Ole
 
Without the ':' character.

The string format of a com port when opening a port in win32 API is "COM1:"
but how is it in VS 2005 in the System.IO.Ports.SerialPort.PortName property
(with or without the ':' character) ?

Thanks
Ole
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top