hi,
This is suresh.i am using Q2501B development board.i want to access gprs through hyperterminal.In my sim card i activated gprs.what the commands needed to access the gprs through hyperterminal.Please any one give solution to this
Hi
I’m not sure what you mean.
If you want to access gprs network by typing AT command in hyperterminal.
AT+CGACT=1,1
It will make the modem-to-gprs link.
Then
AT+CGDATA=1
It will make the PC-to-modem link. The link need the PPP stack (wavecom document says it. I also want to know if it necessary)
But hyperterminal have no PPP stack, so it will response NO CARRIER. The link will not successfull.
ATD99**1#
The command will make both two links, but as the same reason, it will not successfull too.