Do anybody know SerialDebug software?

Please include the following information, in order for us to help you as effectively as possible.

  • What product do you wish to discuss? RAK4631

  • What firmware are you using? VSCode/Platformio

  • What firmware version? Can it be obtained with AT+VER=?

  • Computer OS? (MacOS, Linux, Windows) Windows

  • What Computer OS version? Window 11

  • How often does the problem happen? Always

  • How can we replicate the problem?

  • Provide source code if custom firmware is used or link to example if RAKwireless example code is used.

Do anybody know SerialDebug software? Is a good debugger ?

Cláudio

Never tried it. I am doing my debug output over Serial with my own macros.

Do you have a kind of “troubleshooting guide”?

I am doing it the “unprofessional” way. Manually checking my code if something strange is happening, putting lot of Serial outputs around the code part I expect the problem.
Never used a “real” debugger with breakpoints.