Replies: 7 comments 13 replies
-
I think you are trying to have the esp board act as a network to serial (usb?) adapter. If lightburn connects to the F407 board via the esp board then I would look at how the network connection from lightburn is being made. If lightburn is still running, then I would close it as that would prevent ioSender from connecting. Also, could you post details on the esp3d board? hardware and software. |
Beta Was this translation helpful? Give feedback.
-
What is not working? ioSender fails to connect? Errors after connecting? ...? An alternative to ESP3D is ESP-AT, a grblHAL plugin has been made for that - configuration of it is done via regular grblHAL settings. It only supports Telnet and is still in an experimental state. |
Beta Was this translation helpful? Give feedback.
-
Hi, erros after connecting, when view the console on iosender show 3 times the result of the command ? And next close the iosender due comunication errors ESP-AT interesting option, thx |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I agree with Terje. The key point here is that a bridge needs to be transparent. It is just a "wire" connecting 2 devices. There may be cases where translation is needed but that should be explicitly called out and require an option for the user to select. Anything else is just asking for trouble (as we see in this thread). |
Beta Was this translation helpful? Give feedback.
-
Hello, I hope you forgive my delay, the code modified by @terjeio works correctly, I will proceed to open the case directly in esp3d. Thank you for your time, I only have one question left, I close this conversation? |
Beta Was this translation helpful? Give feedback.
-
Original ESP3D code include the implementation and work very well, thx for your time. |
Beta Was this translation helpful? Give feedback.
-
Hi, i connected board running esp3d to other board running GRBLHal STM32F407 when connect using ioSender not work telnet o websocket. when test lightburn works correctly is posible use ioSender using esp3d intermediate for use telnet or websocket ?
Beta Was this translation helpful? Give feedback.
All reactions