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

How to link a couple of fake ttys in Linux/macOS #6

Open
samuelventura opened this issue Jun 9, 2021 · 0 comments
Open

How to link a couple of fake ttys in Linux/macOS #6

samuelventura opened this issue Jun 9, 2021 · 0 comments

Comments

@samuelventura
Copy link

Could you confirm support for something like below?

socat -d -d \
    pty,raw,nonblock,echo=0,iexten=0,link=/tmp/tty.fake.slave \
    pty,raw,nonblock,echo=0,iexten=0,link=/tmp/tty.fake.master &

This is currently used to test serial communication protocols on macOS but I am moving to M1 silicone where brew/ports are not fully supported yet making socat not readily available.

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