WaveCom modem SimTool Kit AT command --GIVE RESPONSE FOR GET IMPUT

G

Guest

Guest
Hello,
i am trying to give information to the modem. ( the telephone number)
msg from modem:
+STGI:0,1,0,16,0,"ENTER PHONE NO."

EXAMPLE TO GIVE RESPONSE IN WAVECOM MANUAL IS:

AT+STGR=3,1<CR>
>0000<CTRL Z>

so i send
AT+STGR=3,1\r>0123456789\1A

\r-<CR>
\1A-<CNTL Z>

but the data i receive back from the modem is " >"
not ok or error....
wat am i doing wrong....
 
G

Guest

Guest
Jeez this is like ancient history -- I vaguely recall you need the command at e (for echo) before you can see the command on the screen.

Forgive me being so vague but it's at least 7 years since I looked at a dialup modem manual.
 

shohelic

Distinguished
Oct 9, 2011
1
0
18,510
Hello,

Did you got any solution for this Ctrz Z issue?


Hello,
i am trying to give information to the modem. ( the telephone number)
msg from modem:
+STGI:0,1,0,16,0,"ENTER PHONE NO."

EXAMPLE TO GIVE RESPONSE IN WAVECOM MANUAL IS:

AT+STGR=3,1<CR>
>0000<CTRL Z>

so i send
AT+STGR=3,1\r>0123456789\1A

\r-<CR>
\1A-<CNTL Z>

but the data i receive back from the modem is " >"
not ok or error....
wat am i doing wrong....