Page 1 of 1

issue Updating Interface Panel From ESP32

Posted: Tue Feb 20, 2024 11:44 pm
by eusaki
everything works great when I Update Interface Panel From serial port, but when I change to use ESP32 TCP Command Handler nothing happens.
esp32 receive data, but is not sending nothing back to megunolink interface.
send_serial to meguno.png
send_serial to meguno.png (41.61 KiB) Viewed 1994 times
thanks
no_sent_to_meguno.png
no_sent_to_meguno.png (27.98 KiB) Viewed 1994 times
NOTE: ESP32 is receiving all data sent from interface panel, the issue is sending data back from esp32 to megunolink

any advise?

Re: issue Updating Interface Panel From ESP32

Posted: Sun Mar 03, 2024 6:35 pm
by strud
Are you confident the TCP command handler is calling your handler function?

Have you tried monitoring the traffic with a tool like Wireshark?

Re: issue Updating Interface Panel From ESP32

Posted: Wed Oct 30, 2024 7:02 am
by philr
Im not 100% sure but there could also be a limit on command length too. Maybe try a shorter command.