Support forum for MegunoLink
-
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 (41.61 KiB) Viewed 1409 times
thanks
- no_sent_to_meguno.png (27.98 KiB) Viewed 1409 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: 23
- 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?
-
philr
- Posts: 455
- Joined: Mon May 26, 2014 10:58 am
Wed Oct 30, 2024 7:02 am
Im not 100% sure but there could also be a limit on command length too. Maybe try a shorter command.