RTDM Baud Rate Constant
RTDM_BAUDRATE
Description
This constant defines the desired baud rate for the Universal Asynchronous Receiver Transmitter (UART) module to be used by the Real-time Data Monitor (RTDM).
Value
Options are 38400, 57600, 115200, 230400, and 460800 baud.
Many UART modules can support higher baud rates. Please refer to the transceiver specifications in the datasheet for your device to see if your hardware supports higher baud rates.
Located in
RTDMUSER.h
Usage
#define RTDM_BAUDRATE 115200 //This is the desired baud rate for the UART module