Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional tcp support for connecting to grbl (plus other small improvements) #524

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

garuma
Copy link

@garuma garuma commented Dec 9, 2021

Make a simple series of change to support connecting to gRBL remotely in addition to local serial (essentially just proxying over a tcp socket). This allows one to use a simple proxy box (like a Raspberry Pi setup with something like ser2net) and avoid having to keep your CNC connected to the main machine.

I had to make some other changes to the project file to be able to compile successfully but I can pull them out if desired.

I added a text input in the settings pane to be able to specify the host:port combo:

image

I have been using this functionality myself for the past few months without issues with a Raspberry Pi 3 and ser2net setup with this configuration:

6778:raw:6000:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant