Skip to content

Instantly share code, notes, and snippets.

@wwin3286tw
Last active September 13, 2018 06:37
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 wwin3286tw/1e0dde662a54b736c102df4504493bab to your computer and use it in GitHub Desktop.
Save wwin3286tw/1e0dde662a54b736c102df4504493bab to your computer and use it in GitHub Desktop.
Linux USB RS232 Terminal
#!/bin/bash
#WARNING: Risk at your own, use screen command could cause terminal not controllable, may require reboot system to solve.
#Or open another SSH terminal to kill it.
#screen is not common pre-install package, use 'sudo apt-get install screen' to get it.
sudo screen /dev/ttyACM0
# To break the screen, Just fire AK-47 (ctrl+A then press 'K' only, release ctrl key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment