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

Connect to virtual serial port #48

Open
emnullfuenf opened this issue Aug 7, 2013 · 0 comments
Open

Connect to virtual serial port #48

emnullfuenf opened this issue Aug 7, 2013 · 0 comments

Comments

@emnullfuenf
Copy link

Repetier Host does not connect to a virtual serial port on OS X.

The port is created via socat. Via kermit the printer answers to GCode requests.

The virtual port isn't listed in the Printer Preferences. Thus i added it by hand in repetier.Repetier-Host-Mac.plist.

socat setup:
OS X:
sudo socat -d -d PTY,link=/dev/tty.pb TCP4:192.168.0.145:54321
Raspberry PI:
sudo socat tcp-l:54321,reuseaddr,fork file:/dev/ttyACM0,nonblock,waitlock=/var/run/tty0.lock

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

No branches or pull requests

1 participant