Hi, here is my scenario, a medical imaging scope is connected to a computer via a serial connection. When a physical button on the imaging scope is pressed a signal is sent over the serial connection. I'm wanting to detect this signal using the SerialPort control in vb.net but I'm not sure about what I should be looking for. I noticed the SerialPort control exposes the DataReceived and PinChanged events. Any ideas about how to use these events for my scenario?
Thanks in advance.
