PANDA II: XBEE transparency mode : Interrupt

I would like to “extend” COM2 port via XBEE in transparency mode.
The problem :

  • I need to read using SerialDataReceivedEventHandler;

Doesn’t work, any idea .
I need remote Start/Stop ( I can not use polling Serial port) application in PANDA II thru terminal software on PC.
Thanks
Igor

What do you mean? Yes there is an event available on serial ports.

Fine.It start work, the problem was Panda II - I pick up another Panda II - it work!!!

Make sure that you assign SerialDataReceivedEventHandler after you open the serial port. not before or the event will not fire correctly.

Thanks,
I know that , from this forum!!! :slight_smile: