[Grbl_Esp32 Issue#667] Sending Commands Over WiFi

未分类 bolang 5个月前 (10-14) 37次浏览

Issue #667 | 状态: 已关闭 | 作者: reynolds087 | 创建时间: 2020-11-13


I am currently using ESP3D to control my CNC over WiFi and run my gcode programs from the SD card. I have noticed that Candle and a few other senders have added height mapping into their feature list, and I assume they are just sending probe commands to the CNC then recording the results into an array which they use to post process gcode files with arcs that follow the height map. I want to do something similar to this, but I don’t see a way to do it over WiFi with ESP3D.

I am hoping you can provide some info about how to connect to the board over WiFi. I have some basic knowledge with networking and programming, and would like to write a sender program. I tried to telnet to the board on port 80, but that doesn’t seem to work. How do I start a terminal session with the board over WiFi? I assume ESP3D is doing this on the back end?


评论 (6)

#1 – MitchBradley 于 2020-11-13

Telnet is port 23. Port 80 is HTTP


#2 – reynolds087 于 2020-11-13

That doesn’t seem to be working for me. I do have a firewall that is a bit restrictive. But to be clear, I should be able to telnet to the board on port 23? In Putty, it opens the connection, but then it says “Connection Timed Out”. I can get to ESP3D, but I suppose that doesn’t rule out a firewall issue.


#3 – luc-github 于 2020-11-13

with putty you must use raw mode not telnet


#4 – reynolds087 于 2020-11-13

Thanks, Luc. So raw mode, port 23 should work then? Still not getting through.


#5 – luc-github 于 2020-11-13

check in your webui UI if port is set to 23 (it should be but in case)


#6 – reynolds087 于 2020-11-13

Thanks, that worked!


原始Issue: https://github.com/bdring/Grbl_Esp32/issues/667

喜欢 (0)