How to use xterm and picocom for serial VT52 emulation
First open xterm
in VT52 mode:
xterm_vt52.sh
xterm -ti vt52 -tn vt52
Inside the xterm
terminal window, open picocom
to access the serial port.
picocom_open.sh
picocom -b 115200 /dev/ttyACM0
While the serial port access will be handled by picocom
, the terminal emulation (i.e. escape code interpretation) will be handled by xterm
.
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow