Skip to content

Instantly share code, notes, and snippets.

@matti
Last active January 7, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matti/b6a9b9d9509a3048fa8244faa1a4fd54 to your computer and use it in GitHub Desktop.
Save matti/b6a9b9d9509a3048fa8244faa1a4fd54 to your computer and use it in GitHub Desktop.
wyse75 serial port terminal
http://www.stevesdebianstuff.org/serial.htm
#/lib/systemd/system/ttyUSB0.service
[Unit]
Description=Serial Console Service
[Service]
ExecStart=/sbin/getty -L 19200 ttyUSB0 wy75
Restart=always
[Install]
WantedBy=multi-user.target
systemctl daemon-reload
systemctl restart ttyUSB0
control+left -> disable top
control+shift+enter -> key click
control+down/up smooth scroll of last line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment