GTKTerm - A serial port terminal emulator

GTKTerm is a simple, graphical serial port terminal emulator for Linux useful to interact with the debug port available on Acme boards

To install GTKTerm on your Linux PC or Raspberry PI type:

sudo apt update
sudo apt install gtkterm

Insert an USB serial adapter like:

and launch GTKTerm from the command line by typing:

gtkterm -p /dev/ttyUSB0 -s 115200

Links