modemtest
emulation of Win32::SerialPort for Linux/POSIX
Install
- All systems
-
curl cmd.cat/modemtest.sh
- Debian
-
apt-get install libdevice-serialport-perl
- Ubuntu
-
apt-get install libdevice-serialport-perl
- Arch Linux
-
pacman -S perl-Device-SerialPort
- Kali Linux
-
apt-get install libdevice-serialport-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdevice-serialport-perl
- Raspbian
-
apt-get install libdevice-serialport-perl
- Dockerfile
- dockerfile.run/modemtest
libdevice-serialport-perl
emulation of Win32::SerialPort for Linux/POSIX
Device::SerialPort provides an object-based user interface essentially identical to the one provided by the Win32::SerialPort module. This provides device-level access to a system's serial port. Also included is modemtest -- a tool for examining your modem using Device::SerialPort.