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 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 transciever specifications in the data sheet 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 baudrate for the UART module