Initialize RS485 port.
Initialize the RS485 UART port to its default values. The baud rate is set to 921600 and the mode is set to 8N1 (8 data bits, no parity, 1 stop bit). Data cannot be sent or received over the RS485 port until the UART is initialized and the port has been configured for RS485 usage.
- Parameters:
-
| _result | A char value indicating whether the function call succeeded or not. |
- Warning:
- This function requires the enhanced NBC/NXC firmware version 1.28+.