Difference between revisions of "GNU Screen"
Jump to navigation
Jump to search
↑ https://unix.stackexchange.com/questions/180900/terminate-screen-monitoring-serial-port
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:GNU screen]] (1987) [[terminal multiplexer]] | [[wikipedia:GNU screen]] (1987) [[terminal multiplexer]] | ||
− | + | <code>apt install screen</code> | |
− | |||
− | |||
− | |||
− | Linux | + | <code>screen [[/dev/]]cu.usbserial</code> |
− | + | ||
− | + | <code>screen /dev/cu.usbserial 115200</code> | |
+ | |||
+ | <code>screen /dev/cu.usbserial-FTENC1 115200</code> | ||
+ | |||
+ | === Linux === | ||
+ | <code>screen /dev/[[ttyUSB0]] 115200</code> | ||
+ | |||
+ | <code>screen /dev/ttyUSB1 115200</code> | ||
+ | |||
+ | <code>screen [[/dev/]]ttyUSB0 9600</code> | ||
− | |||
To quit: <code>ctrl-A \</code><ref>https://unix.stackexchange.com/questions/180900/terminate-screen-monitoring-serial-port</ref> | To quit: <code>ctrl-A \</code><ref>https://unix.stackexchange.com/questions/180900/terminate-screen-monitoring-serial-port</ref> | ||
− | + | <code>-L</code> Tell screen to turn on automatic output [[logging]] for the windows.</code> | |
− | |||
− | + | <code>[[systemd-run]] --scope --user screen</code> | |
− | + | <code>[[screen -RD]]</code> | |
== Related terms == | == Related terms == | ||
* Prefix: [[C-a]] | * Prefix: [[C-a]] | ||
+ | * [[Alex Beckert]] | ||
+ | * <code>[[bindkey]]</code> | ||
+ | * <code>[[tmux]]</code> | ||
== See also == | == See also == | ||
Line 29: | Line 36: | ||
* {{tmux}} | * {{tmux}} | ||
* {{screen}} | * {{screen}} | ||
+ | * {{Terminal}} | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 03:32, 20 February 2024
wikipedia:GNU screen (1987) terminal multiplexer
apt install screen
screen /dev/cu.usbserial
screen /dev/cu.usbserial 115200
screen /dev/cu.usbserial-FTENC1 115200
Linux[edit]
screen /dev/ttyUSB0 115200
screen /dev/ttyUSB1 115200
screen /dev/ttyUSB0 9600
To quit: ctrl-A \
[1]
-L
Tell screen to turn on automatic output logging for the windows.
systemd-run --scope --user screen
Related terms[edit]
- Prefix: C-a
- Alex Beckert
bindkey
tmux
See also[edit]
- Serial, tty, minicom, screen, PuTTY (plink),
getty, agetty, usb-devices
, usbserial, PTY, pts,minicom
,screen
, RequestTTY, stty,virsh ttyconsole, stty sane
, Unable to use a TTY,tty:
tmux
[ ls | a | new ]
,.tmux.conf, tlog, cockpit
screen
- Terminal, iTerm2, PuTTY, Windows terminal, Terminal (macOS),
screen
,tmate, upterm
,Byobu
,iTerm2
,xterm
,reptyr
,disown
,coolterm
, minicom,tmux
, Windows Terminal,set -g mouse on
,kill-server
,tmux
, Kitty, Alacritty,stty sane, tlog
, Tera Term, Split screen, Guake terminal, Terminal sharing, Termux
Advertising: