First page Back Continue Last page Overview Graphics
Linux drivers for the serial port
Each serial port has a corresponding /dev/ttyS0, /dev/ttyS1, etc, device file
Many different devices (mouse, serial printer, modem, etc.) can be connected to a serial port
Linux includes a driver that allows to read from or write into a serial port
Each device connected to a serial port is managed by a different user-space program