MODEM_WriteByte Function
Write a byte to modem
Syntax
UBYTE MODEM_WriteByte(UCB *pUcb, char byte, int timeout)
Parameters
UCB * - pointer to Ucb
char - byten
int - timeout
Return Value
modem status code, or error code
Remarks
N/A
Requirements
common.h
Example
N/A