But more specifically, two reasons I am wanting to see these signals are:
I am testing reasonably extensive changes to the SerialX(UART) code on the main processor, and as part of my testing, I want to make sure BT and WIFI work. My first try of the BT Scan module failed yesterday to initialize the adapter. So I want to debug that. Today will try simple Wifi one to see if that one starts.
Details about the changes are in the draft Pull Request Serial: Tx use FIFO plus fixes by KurtE · Pull Request #90 · arduino/ArduinoCore-renesas (github.com)
I have done something similar to this in the past. Including versions who try to simply cache the data into memory, that we can then later print. May have to try that again.
Maybe with an extended version, which maybe keeps time stamps.
That way maybe can correlate the data with other outputs to the Logic Analyzer.
I may still try to solder something onto the test points for IO4 and IO5 and maybe a few others...
Side note: tested this morning with the ScanNetworks (wifi) test and it appears to work. Now back to BLE tests.