Sorry for the late response.mnielsenau wrote: ↑Wed Jan 12, 2022 11:43 pm @Flandango - I will give it a try when it is ready. Thanks for all your help!
To enable debug logs for tipiports on the tipi, follow the instructions above where you changed the delay, but this time you will change another line:
on Step #4...goto line 20 (:29)
and un-comment the
Code: Select all
//#define LOG
Code: Select all
#define LOG
Then log back in and type
Code: Select all
tail -f ~/log/tipiports.log
You should see some activity going back and forth (you should even see reset events going through each time you reset the TI).
If you don't then it's not getting data from Mister.
If you want to look for activity with a probe, check pins 37 and 38 on the PI as you send the call tipi and you should see activity or if you have easier access to the usb breakout board on the mister side check the pins labeled DX+ and SSTX+ (or simply TX+).
When you are all done and don't have a need for the log file, just comment that line again and recompile/restart.