VS Arduino
>> >> Serial monitor on Wifi port connection
https://www.visualmicro.com/forums/YaBB.pl?num=1581609505

Message started by Luis Cerato on Feb 13th, 2020 at 3:58pm

Title: Serial monitor on Wifi port connection
Post by Luis Cerato on Feb 13th, 2020 at 3:58pm
Hello, I want to know where the serial monitor connect to when I choose a IP direction instead of serial COM port.

Once the code is loaded over OTA on ESP32 board, if I open the serial monitor it connect to somewhere. At least the Connect status turn green, indicating it's connected.

So, where it connect? To some port on the ESP32 board? Or, is there a way to use this connection to show remote data?

Regards.
Captura_002.PNG ( 14 KB | 9 Downloads )

Title: Re: Serial monitor on Wifi port connection
Post by Visual Micro on Feb 13th, 2020 at 5:32pm
We are working on the OTA debugger and also the terminal for Esp boards. Hopefully available over the next or so.

Currently Ip address terminal is for Arduino boards that use SSH but that is an older more cumbersome system than the ESP solution.

Title: Re: Serial monitor on Wifi port connection
Post by Simon Hopkinson on Mar 5th, 2020 at 6:42pm
In the latest forum release the Serial Debugger will work over the UDP transport on the ESP32 platform, to give a wireless debugging experience with all the Break/Watch/@plot etc.. features of the Serial Debugger.... just not the wires.

There is a walk through video on YouTube, and we will update when we have finalised the route to output your own custom messages to the Serial monitor window.

Title: Re: Serial monitor on Wifi port connection
Post by tfact129 on Jul 22nd, 2020 at 8:07am
Any news here?

Title: Re: Serial monitor on Wifi port connection
Post by Simon Hopkinson on Jul 23rd, 2020 at 5:32pm
We have released an update 20.07.08.4, which will allow custom messages to be sent:-
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES

To Send a Custom Message
1) Ensure the Serial Debugger is enabled as normal, with the UDP options set
2) Add the call as below, with the message you want to send (ignore intellisense error, it will build when compiled)
[code]MicroDebug.sendUserMessage("Hello UDP-Serial Terminal");[/code]

3) Connect the UDP debugger as normal, and your message should now appear in the Remote Serial Monitor window.

Let us know if you have any problems around this, and we will be updating the documentation to explain this feature shortly.

Title: Re: Serial monitor on Wifi port connection
Post by tfact129 on Jul 23rd, 2020 at 6:06pm
That's great  :D

VS Arduino » Powered by YaBB 2.6.12!
YaBB Forum Software © 2000-2024. All Rights Reserved.