G
Guest
Hello all!
I was wondering if any of you could shed some light on this problem I cant
seem to figure out...
I try to add an event handler to my SerialPort variable by doing:
mySerialPort.DataReceived += new
SerialDataReceivedEventHandler(newDataReceived);
where "newDataReceived" is the function delegated to handle the event of new
data being received on the serial port. Upon debugging, however, the program
never calls the newDataReceived function, even though new data is clearly
being received (after testing). Any ideas? Thank you!!!
I was wondering if any of you could shed some light on this problem I cant
seem to figure out...
I try to add an event handler to my SerialPort variable by doing:
mySerialPort.DataReceived += new
SerialDataReceivedEventHandler(newDataReceived);
where "newDataReceived" is the function delegated to handle the event of new
data being received on the serial port. Upon debugging, however, the program
never calls the newDataReceived function, even though new data is clearly
being received (after testing). Any ideas? Thank you!!!