blah blah blah is here! blah blah » Close

0
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()) { ...

0
votes
3 answers

Which one come first when 2 even happen?

Dear all, I want to make a button click event which write and read through the serial port. In the other side, I also have a timer tick event which also write and read through the same port. My question is, if the button click and tim ...

Feedback