C# Host for Notecard

@RobLauer - I’m working on a serial debug logger and I’m running into an issue. I created a driver that is listens to the the AUXTX and AUXRX. When I set the AUXEN pin to high I get “\0\0” returned on the uart interface. However, after turning the tracing on and doing a sync I don’t receive any trace data. Will the sync always show some type of debug information. I’ve tried to enable location and a few other things but nothing seems to force any type of debug info.

At this point I don’t think it’s the driver because when I put a protocol analyzer on it I get the exact same response. I’m sure this is me doing something wrong. Following along with the document below it looks pretty straight forwarded but I’m struggling to get any meaningful data out of the interface. Curious if you might have any ideas I can try.