Last active
March 16, 2017 16:29
-
-
Save dguerizec/af6a14fc5b64d2810f652975049c8d33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# run this on bCNC client machine | |
SERVER="${1:-rpi-cnc} | |
sudo socat PTY,raw,echo=0,link=/dev/ttyVUSB0,waitslave tcp:$SERVER:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment