Joao Lopes

Results 24 comments of Joao Lopes

Hi, sorry for this large delay on response. Serial1 of ESP8266 cannot be used, due it have only tx, and some features use rx to work. You can use SoftwareSerial...

Hi @chrwei Is a good idea. I have another library to debug over TCP/IP (telnet): https://github.com/JoaoLopesF/RemoteDebug It have debug levels too, but not debugger. In future, Is possible that I...

Hi, @chrwei Really the app is good, The idea is do it in future to RemoteDebug too. Thanks for your feedback. Regard Joao Lopes

Hi, @lpdunwell. Yes, help is always great. Thank you for the offer to collaborate. This is the best that open source offers. In App, as it is not open source,...

HI, @lpdunwell I flitered strings in all codes: ```txt serialDebugAppUI.exibirPopupAlerta("Detected possible serial baud mistake,please disconnect and correct this.", 10); ret += " " + ((enabled)?"(enabled)":"(disabled)") + ((triggered)?" (triggered)":""); serialDebugAppUI.exibirPopupAlerta("Text sended...

Hi phrxmd, I am glad that you like this. A question: I am use GDB with ESP32, but I always need extra USB hardware, compatible with openocd, how us do...

Hi @phrxmd, I will research on it, but I see a problem: map of memory for objects, in ESP32 it is done reading the elf binary file, but how do...

@phrxmd, You have any sample of GDB working?

Hi @jetpax Any answers: - That telnet client you use and system operational ? - That version of RemoteDebug ? - It occurs always or sometimes ? I not see...

Please add some your logic to example advanced of RemoteDebug to reproduce it