Screen as Serial Terminal
At work we use minicom on our Linux workstations to connect to the serial port of our development hardware. It works fine, but it's very text oriented. It also loses everything in the window if you re-size it. I've sometimes wondered if there are better alternatives, and today someone on one of our internal forums gave me a nice list. Sadly I couldn't find any of the suggestions for our old Red Hat 8 development boxes, except screen. I've used screen before and it's great. I had no idea it could do serial communication too. Here's the command I used for our environment: screen /dev/ttyS0 115200,cs8,-ixon,-ixon,istrip I also have this .screenrc file that someone gave me years ago: # kill startup message startup_message off # define a bigger scrollback, default is 100 lines defscrollback 1024 # remap CTRL-A to CTRL-] escape ^]] # status bar hardstatus on hardstatus alwayslastline "%{rk}%H %{gk}%c %{yk}%M%d %{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?...