Deepsy Serial Port

This library provides a serial port class to manage the ports (opening, closing, baud rate, flow control, callbacks) that may be used by the Deepsy platform. More...

Classes

class  AsyncSerialPort
 Class which manages the logic relative to send/receive messages from Asynchronous Serial Port. This class implements all the logic necessary to communicate with UART port. More...
 
class  SerialPort
 Class which manages the logic relative to send/receive messages from Serial Port. This class implements all the logic necessary to communicate with UART port. More...
 
class  SyncSerialPort
 Class which manages the logic relative to send/receive messages from Synchronous Serial Port. This class implements all the logic necessary to communicate with UART port. More...
 

Detailed Description