MODEM_SendCommand


Send AT command

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

Library


STM C Library Reference