DlnUartGetMinBaudrate() Function

The DlnUartGetMinBaudrate() function retrieves the minimum possible baud rate value.This function is defined in the dln_uart.h file.

Syntax
C/C++
DLN_RESULT DlnUartGetMinBaudrate(
    HDLN handle, 
    uint8_t port, 
    uint32_t *minBaudrate
);
Parameters
handle

A handle to the DLN-series adapter.

port

A number of the UART port.

minBaudrate

The pointer to uint32_t type variable. Variable will contain minimum possible baud rate value after function execution.

Return Value
DLN_RES_SUCCESS

The operation completed successfully and minimum baud rate value has been retrieved.