issue Updating Interface Panel From ESP32

Support forum for MegunoLink
Post Reply
eusaki
Posts: 7
Joined: Wed Jul 10, 2019 5:39 am

Tue Feb 20, 2024 11:44 pm

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 183 times
thanks
no_sent_to_meguno.png
no_sent_to_meguno.png (27.98 KiB) Viewed 183 times
NOTE: ESP32 is receiving all data sent from interface panel, the issue is sending data back from esp32 to megunolink

any advise?
strud
Posts: 20
Joined: Sat Nov 18, 2023 6:51 am

Sun Mar 03, 2024 6:35 pm

Are you confident the TCP command handler is calling your handler function?

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