Remote debugging - Serial Events not firing?

Hello all,

Am trying to get a remote debug session going on between a Widows 10 PC and a raspberry pi. The code I a working with is a known good when compiled and run on the Pi, but for some reason none of the Serial Events are firing. I know that data is being sent since I checked with a scope and electronics on the Pi base board turn on LED’s for both TXD and RXD. These also work perfectly when the app is just run on the Pi too.

Is there something I am missing in the debug setup that would cause the serial events not to fire?

Thank you,
Tim

Hi Tim, did you get to the bottom of this? I do a lot of work on Pi and Windows with serial devices, and know there are differences in how you code for either platform.

I think so. I tried it on a PI3B+ with the lastest OS and it did work. So I think it had to do with the fact I was using Jesse on the original trials.

Tim