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
 
Back
Top