MODEM_AtCommand Function

Send AT command and get reply

Syntax

UINT MODEM_AtCommand(UCB *pUcb, char *cmd, char *reply, int timeout, char isEchoOn);

Parameters

UCB * - pointer to Ucb
char * - cmd
char * - reply
int  - timeout
char - isEchoOn

Return Value

modem status code, or error code

Remarks

N/A

Requirements

common.h

Example

N/A