Skip to content

Instantly share code, notes, and snippets.

@karaketir16
Created February 17, 2023 17:50
Show Gist options
  • Save karaketir16/f4d019bc8f0b623bcfb3570e6b02bf01 to your computer and use it in GitHub Desktop.
Save karaketir16/f4d019bc8f0b623bcfb3570e6b02bf01 to your computer and use it in GitHub Desktop.
command for creating pseudo tty
sudo socat PTY,link=/dev/ttyPP0,group=dialout,user=${USER} PTY,link=/dev/ttyPP1,group=dialout,user=${USER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment