MODEM_SendCommand Function
Send AT command
Syntax
UINT MODEM_SendCommand(UCB *pUcb, char *cmd, int timeout, char isEchoOn);
Parameters
UCB * - pointer to Ucb
char * - cmd
int - timeout
char - isEchoOn
Return Value
modem status code, or error code
Remarks
N/A
Requirements
common.h
Example
N/A