J
Janne
Hi,
I have one problem with siemens m20 gsm modem. It returns error when i
try to send at-command and use "\r" <return> character.
Example:
at = "ATI"+"\r";
WriteFile(hCom,at.c_str(),at.length()+1, &NumBytesWritten, NULL);
After this modem says ERROR on terminal. What return-key is supported
by m20 because "\r" return key does not work.
I have one problem with siemens m20 gsm modem. It returns error when i
try to send at-command and use "\r" <return> character.
Example:
at = "ATI"+"\r";
WriteFile(hCom,at.c_str(),at.length()+1, &NumBytesWritten, NULL);
After this modem says ERROR on terminal. What return-key is supported
by m20 because "\r" return key does not work.