zeevy / grblcontroller

Compact android mobile application for gcode streaming and controlling a cnc machine with grbl firmware
GNU General Public License v3.0
200 stars 71 forks source link

TCP connection support #177

Closed jelinj8 closed 5 months ago

jelinj8 commented 6 months ago

Would it be possible to add support for connecting via TCP/IP? I have a ESP-M2 board with WiFi/UART bridge firmware, used to connect my machine with Lightburn (it is a laser). Until now it seems to be more reliable than BT module and it can be used with a desktop PC, BT was occasionally loosing data and scrambling the job. Lightburn uses fixed port 23 (telnet), but configurable value would be better. Thanks.

zeevy commented 6 months ago

Currently I can't spend time on this, happy accept the pull request if any one does