miniterm

pyserial - module encapsulating access for the serial port

Install

All systems
curl cmd.cat/miniterm.sh
Debian Debian
apt-get install python3-serial
Ubuntu
apt-get install python3-serial
image/svg+xml Kali Linux
apt-get install python3-serial
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-serial
Raspbian
apt-get install python3-serial

python3-serial

pyserial - module encapsulating access for the serial port

This module encapsulates the access for the serial port. It provides back-ends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system). The module named "serial" automatically selects the appropriate back-end.