0
votes
votes
1 answers
problem with serial port reading in c#
i'm trying to write to serial ports, then listen to their message to determine what device is on them according to their response. i'm using this method: [code]foreach (string s in SerialPort.GetPortNames()) { ...
