rs232 2.0.0.0
|
Rs232 Click example. More...
Macros | |
#define | PROCESS_RX_BUFFER_SIZE 500 |
#define | RS232_TRANSMITTER |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Rs232 Click example.
This example reads and processes data from RS232 clicks.
The demo application is composed of two sections :
Initializes driver.
Depending on the selected mode (receiver/transmitter) this function reads/sends an appropriate message. All data is displayed on USB UART.
#define PROCESS_RX_BUFFER_SIZE 500 |
#define RS232_TRANSMITTER |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |