ESP3D/tools/fw_simulator
Luc fe23f0cb1e
Grbl grblHAL better support for realtime commands (#1064)
* Add a realtime command detector 
* Move `\r` as printable char and not replaced as `\n`
* Refactorize Serial service code to avoid redondant code between esp32 and esp8266
* Implement isrealtimeCommand check for serial and centralize function in string helper
* Add new type message : realtimecmd
* Update simulator to handle commands and realtime commands
* Add simple serial test tool
*  Generate error if use HAS_DISPLAY with grbl/grblHAL
* Implement isRealTimeCommand for BT client
* Simplify BT push2buffer code
* Implement support for realtimecommand in telnet
* Implement isRealTimeCommand on websocket RX
* Simplify push2RXbuffer for websocket
* Implement isRealTimeCommand for USB serial
* Bump version
2024-12-08 17:26:19 +08:00
..
comtest.py add tools for serial stress 2024-09-08 17:53:11 +08:00
esp3d_common.py Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc 2024-09-07 14:34:19 +08:00
fw_simulator.py Grbl grblHAL better support for realtime commands (#1064) 2024-12-08 17:26:19 +08:00
grbl.py Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc 2024-09-07 14:34:19 +08:00
grblhal.py Grbl grblHAL better support for realtime commands (#1064) 2024-12-08 17:26:19 +08:00
marlin.py Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc 2024-09-07 14:34:19 +08:00
repetier.py Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc 2024-09-07 14:34:19 +08:00
smoothieware.py Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc 2024-09-07 14:34:19 +08:00