The DlnUartGetMaxBaudrate() function retrieves the maximum possible baud rate value.This function is defined in the dln_uart.h file.
DlnUartGetMaxBaudrate()
dln_uart.h
DLN_RESULT DlnUartGetMaxBaudrate( HDLN handle, uint8_t port, uint32_t *maxBaudrate );
A handle to the DLN-series adapter.
A number of the UART port.
The pointer to uint32_t type variable. Variable will contain maximum possible baud rate value after function execution.
The operation completed successfully and maximum baud rate value has been retrieved.