#define RS485Uart ( _baud,
_mode,
_result   )     __RS485Control(HS_CTRL_UART, _baud, _mode, _result)

Configure RS485 UART.

Configure the RS485 UART parameters, including baud rate, data bits, stop bits, and parity.

Parameters:
_baud The baud rate for the RS485 port. See Hi-speed port baud rate constants.
_mode The RS485 port mode (data bits, stop bits, parity). See Hi-speed port data bits constants, Hi-speed port stop bits constants, Hi-speed port parity constants, and Hi-speed port combined UART constants.
_result A char value indicating whether the function call succeeded or not.
Warning:
This function requires the enhanced NBC/NXC firmware version 1.28+.

Generated by  doxygen 1.6.2