CuVoodoo STM32F1 firmware template
Functions
rs485.h File Reference

library for RS-485/RS-422 communication (API) More...

Go to the source code of this file.

Functions

void rs485_setup (void)
 transmit and receive buffer sizes More...
 

Detailed Description

library for RS-485/RS-422 communication (API)

Author
King Kévin kingk.nosp@m.evin.nosp@m.@cuvo.nosp@m.odoo.nosp@m..info
Date
2017
Note
peripherals used: USART USART peripheral used for RS-485/RS-422 communication, GPIO GPIO pins used to control RS-485/RS-422 communication

Definition in file rs485.h.

Function Documentation

◆ rs485_setup()

void rs485_setup ( void  )

transmit and receive buffer sizes

how many bytes available in the received buffer since last read setup RS-485/RS-422 peripheral

Definition at line 65 of file rs485.c.