How to Install libserial0 in Ubuntu 18.04



Install libserial0 by entering the following commands in the terminal:

sudo apt update
sudo apt install libserial0

Description:

Serial port programming in C++ under POSIX operating system

A collection of C++ classes which allow the serial port on POSIX systems to be accessed like an iostream object. Special functions are provided for setting various parameters of the serial port such as the baud rate, character size, flow control and other. . Provides the libserial library

Homepage: http://libserial.sourceforge.net

Version: 0.6.0~rc2+svn122-4build1

Section: universe/libs