Hi,
I have the same problem. It's been a while since you post your question, so maybe you already have an answer for that. I realy appreciate a lot if you give me some reply.
Help needed urgently.
Thanks.
Liliana
Main Topics
Browse All Topicshi,
my problem is to access an internet application with GPRS. I have an ericsson r600 phone connected to the RS232 port of my PC and i am sending AT commands from hyperterminal to the GPRS modem. However after i succeed to establish the connection (that is get a CONNECt response from the phone) I cannot proceed.
How can i simply request web content with sending commands from serial port??
thanks..
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Thanks for your reply.
My question is the same that you have posted: "How can i simply request web content with sending commands from serial port??"
I'm developing an API to connect to the GPRS network, so i write some initialize AT commandas, such as AT+CGDCONT=1,"IP","interne
Hope that this detail is enough.
Waiting for your response, best regards,
Liliana
Hi all,
Here the problem has a solution?
I think the problem is simple if you have the PPP protocol stack.When you have successed the dialing, you will start the ppp stack to begin the lcp negotiation, and pap or chap to authenticate, then to begin ncp to configure the network paremeter(usually adopt the ipcp to configure the internet paremeter).If ppp link is successful,you will adopt the http to get the web page or adopt the wap stack to get the wap page.
If you have some incertitude,please inform me.
Best regards,
njabin
Hi njabin,
Thanks for your reply.
This is my problem: how to implemente the PPP protocol. I don't have the PPP protocol stack. I already known the theory of the implementation of PPP protocol, but i can't do it. I have tried to send some LCP packets (for the lcp negotiation - the begining) in response of some received but it didn't worked. Do you have some code on that, or the PPP packets for all the PPP protocol implementation?
Please give some reply on that, i'm searching for such solution for a long time.
Best regards,
Liliana
Hi guys,
I'm not sure you've got the answers you were looking for, but the following link have some info. for PPP connectivity. It is for microcontrollers but maybe helps.
http://www.microchip.com/1
http://www.microchip.com/d
Ric
Hi All,
For an project we are using Siemens TC35 Module which is integrated with an device(built specifically for our project by our clients). The TC35 Module is connected with the device through the serial port.
Now when i load the SIM Tray with the SIM card & switch on the device(integrated & interfaced internally with TC35), & send an command "AT", It gives the response "OK", But now I make an call to an the SIM card number from my personal mobile. My Mobile says that the "Number you are Trying is Switched OFF". Iam very much Confused wether the device is witched on or off. Can you help me what I have to do. Also when I tried with "COPN", "CGMR", "CREG", "COPS"commands, I get the "ERROR" messages. So Kindly help me.
Also if any one can send me an sample source code to GSM communication for Dialing up an ISP connection & connecting to an Server, It would be greatly helpful to me.
Iam in very urgent position.
Waiting for your reply.
Regards,
Somasundaram.J
somu@softcrylic.com
Hi,
I want to access GPRS network using AT commands. have an ericsson T68i phone connected to the RS232 port of my PC and I am sending AT commands from hyperterminal to the GPRS modem.
I have created the GPRS account on the cell phone using AT+CGDCONT = 3,"IP","proxy"
It returns OK.
Then when I send ATDT*99***3# command I see "CONNECT" on the hyperterminal and "connecting"on the cell phone for a long time. At the end the modem never connects to GPRS network at all. The problem is PPP stack has to be implemented, and LCP and NCP negotiation has to take place. I found RFC about PPP and some linux code about PPP but nothing is very clear how to implement that.
I want to implement basic minimum to establish the connection.
Thanks for you respose.
Hi,
Really i need am imediate help from you experties in my problem please. am trying to send files from a gprs modem to another gprs modem where are both connected to PCs. i want to know all the possible ways to do that ? can i use AT commands to send files through GPRS if can how? i want to know this in a very short time please. other think how to recieve the file in the other modem and retrive it? please help me am stuck in my project and the professors waiting to give me the pelliant 0? please help??
mary
Hi Narash,
As you said, you need to have PPP ,CHAP, IPCP and TCP protocol implemented.
You can visit following link, where you can get an optimised TCP/IP stack along with its documentation,
http://www.embin.com/produ
But for CHAP, you may need to implement MD5 (Message Digest Algorithm), which is not there in this stack. For that, you can refer to RFC1321, which provides you MD5 description along with the C code.
For best possible results, try to understand and decode the data packets you are receiving on the serial link.
SHRIDHAR
hi,
my problem is to access an internet application with GPRS. I have GPRS modem connected to the RS232 port of my PC and i am sending AT commands from hyperterminal to the GPRS modem. However after i succeed to establish the connection (that is get a CONNECt response from the phone) I cannot proceed.
How can i simply request web content with sending commands from serial port??
thanks..
Business Accounts
Answer for Membership
by: njabinPosted on 2002-12-01 at 21:14:03ID: 7518765
you can make a ppp link by gprs,if success you will recv data.