Skip to content

Could not passthrough COM port to WSL using STDIO #12

Description

@vvavrychuk

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.

But if I run from Windows

winsocat sp:COM<n> WSL:"socat STDIO pty,link=pty"

file pty is not created.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions