#define RS485Control ( _cmd,
_baud,
_mode,
_result   )     __RS485Control(_cmd, _baud, _mode, _result)

Control the RS485 port.

Control the RS485 hi-speed port using the specified parameters.

Parameters:
_cmd The control command to send to the port. See Hi-speed port SysCommHSControl constants.
_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