Real-Time Data Monitor (RTDM) Start Function
RTDM_Start()
Description
This function initializes the Universal Asynchronous Receiver/Transmitter (UART) that is to be used to exchange data with the host PC. Some processors may have two UART modules; therefore, it is required to specify which UART module is to be used by the Real-Time Data Monitor (RTDM).
Include
RTDM.h
RTDMUSER.h
Prototype
int RTDM_Start();
Arguments
None.
Return Value
- 0 if the initialization process was successful.
- -1 if the initialization process failed.