Advertisement
Guest User

Raspberry Pi Serial Screen Session Start

a guest
Apr 11th, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/sh
  2. # Remove the -L if you would not like to log the session.
  3. # To get out of the session: CTRL+A, release and press D to detatch.
  4. # Alternatively, CTRL+A, release and press K to kill the session.
  5. screen -L /dev/ttyAMA0 115200
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement