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
I have succeeded with COM port passthrough to WSL using TCP. For this I run on WSL
socat TCP-LISTEN:1234,reuseaddr pty,link=pty
then on Windows run
winsocat sp:COM<n> TCP:127.0.0.1:1234
I would like to simplify this to one command using STDIO.
STDIO
But if I run from Windows
winsocat sp:COM<n> WSL:"socat STDIO pty,link=pty"
file pty is not created.
pty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have succeeded with COM port passthrough to WSL using TCP. For this I run on WSL
then on Windows run
I would like to simplify this to one command using
STDIO
.But if I run from Windows
file
pty
is not created.The text was updated successfully, but these errors were encountered: