We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: