void SetUARTTransmitDelay(UINT Delay)
Set RS485 transmit delay.
Definition: RS485.c:230
void InitRS485(UCHAR Baudrate)
Initalize RS485 interface.
Definition: RS485.c:140
UCHAR ReadRS485(char *Byte)
Read from the RS485 interface.
Definition: RS485.c:207
void WriteRS485(char Byte)
Write to the RS485 interface.
Definition: RS485.c:178
unsigned int UINT
32 bits unsigned
Definition: stepRocker.h:33
UINT CheckUARTTimeout(void)
Check and reset RS485 timeout flag.
Definition: RS485.c:244
unsigned char UCHAR
8 bits unsigned
Definition: stepRocker.h:31
static UINT Delay
Delay timer.
Definition: SysControl.c:50