DolphinV4 API  1.6.1.0
uart
Collaboration diagram for uart:

Modules

 UART config parameters
 Serial Telegram Structures
 UART functions

Detailed Description

The UART module is used for RS232 communication between the DOLPHIN IC and a HOST. It provides the following features:

Several baudrates are supported.

Note:
The serial character format is 8 databits, no parity, 1 stopbit.
The UART works exclusively in CPU mode. If using UART before the application enters to a sleep mode make sure that all pending UART bytes has been transmitted. You can make sure by calling uart_getRxStatus function.