miniterm.py
pyserial - module encapsulating access for the serial port
Install
- All systems
-
curl cmd.cat/miniterm.py.sh
- Debian
-
apt-get install python-serial - Ubuntu
-
apt-get install python-serial - Arch Linux
-
pacman -S python-pyserial - Kali Linux
-
apt-get install python-serial - CentOS
-
yum install pyserial - Fedora
-
dnf install python2-pyserial - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-serial - Raspbian
-
apt-get install python-serial
python-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.