R
Rof
Can anyone tell me what is the best (not necessarily Microsoft's
"preferred" way) of using serial ports, now that we at last have
serial port objects in .NET? Should I use
My.Computer.Ports.OpenSerialPort, as MS seem to recommend, or use the
way that seems more intuitive and logical, Ports.SerialPort.Open? The
first one is not very well explained - it seems to imply that if you
do that with "COM1" as the port name, you then have an object "com1"
which can then be used, but it's not all specific or clear.
TIA
Peter Royle
"preferred" way) of using serial ports, now that we at last have
serial port objects in .NET? Should I use
My.Computer.Ports.OpenSerialPort, as MS seem to recommend, or use the
way that seems more intuitive and logical, Ports.SerialPort.Open? The
first one is not very well explained - it seems to imply that if you
do that with "COM1" as the port name, you then have an object "com1"
which can then be used, but it's not all specific or clear.
TIA
Peter Royle