Author |
AT command in Hyperterminal to connect internet |
Merlin91 Joined: Apr 15, 2005 Posts: 5 PM |
Hi, I woud like to know if somebody know the correct secuence of AT commands to access internet by hyperterminal. I connected my sonyericsson to my PC via RS232 cable.
I tryed using the command atd*99***1# and the phone answer "CONNECT", but in the phone display appear: CONNECTING and never stop.
Any idea???
Thanks |
|
wapt Joined: Jan 10, 2003 Posts: > 500 PM |
AT+CGDCONT=1,"IP","INTERNET"
This message was posted from a R600 |
Merlin91 Joined: Apr 15, 2005 Posts: 5 PM |
yes I know that command and I already used it before the command ATD*99***1#
but what more i have to do??? |
ESTOR Joined: Apr 20, 2002 Posts: > 500 From: Singapore PM |
If I am not mistaken that connection is PPP. If you were expecting to see "USER ID" and "PASSWORD" on hyperterminal, you're using the wrong program.
So to actually do anything meaningful for the average user, you need to set up dialup networking instead of using hyperterminal. |
Merlin91 Joined: Apr 15, 2005 Posts: 5 PM |
I already maked a dialup conexion and works fine.
My idea is: If I use the serial RS232 to conect the GPRS modem and I write a software with the aim to send data to a special APN, how can i start the GPRS conexion without using the dialup??
The private Celullar company already has created a private APN called "test". They route this APN up to a PC server. This server has an IP address. when I connect the cellular to that APN I can open a socket and stablish a comunication with the PC server.....I already tryed and works very nice.
How can I do the same but using AT comands send throght the RS232 port?? |
ESTOR Joined: Apr 20, 2002 Posts: > 500 From: Singapore PM |
can you start up your dialup, then telnet to your APN at the appropriate port and send the data? |
Merlin91 Joined: Apr 15, 2005 Posts: 5 PM |
If I use dial-up, I am conecting to the APN and i can send and received information through the APN up to the PC conected in the side of the GPRS Service provider Companny.
This is using dial up!! it works fine |
|