gcobos / grblesp

GRBL ported to ESP8266, using up to 8 axis. No arduino involved
53 stars 24 forks source link

Make telnet connection possible #6

Closed gcobos closed 3 years ago

gcobos commented 4 years ago

So that bCNC can be used through pyserial's rfc2217 implementation without any modifications.

gcobos commented 3 years ago

Using raw socket, also supported by pyserial