Introduction
The pyserial library helps your Raspberry Pi talk to other devices using serial ports. It makes sending and receiving data easy.
You want to read data from a sensor connected via serial port.
You need to send commands to a microcontroller like Arduino.
You want to log data from a serial device to your Raspberry Pi.
You are debugging serial communication between devices.
You want to control a device that uses serial communication.
