Problems with PPP GPRS and MC35I
Ronald Hagenaar <[email protected]> Wed, 9 Jun 2004 15:51:24 +0200
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Message-ID | <D1D50F9C5151D2119FF000104BB3F9B706E40665@NL-ROT-MAIL02> |
I use the following config:
- tini1.12
- DSRTINIM400
- Siemens MC35I
- Example PPPClient.java
- Tmobile GPRS
A want to make a GPRS connection
1) I add "AT+CGDCONT=1,\"IP\",\"internet-int\"\r" to the dialSequence
private ModemCommand[] dialSequence = {new ModemCommand("ATE0\r",
"OK", 5), // Get the modems attention
new ModemCommand("ATZ\r",
"OK", 5), // Soft rest
new ModemCommand("ATM1L0\r",
"OK", 5), // Adjust speaker volume and duration
new
ModemCommand("AT+CGDCONT=1,\"IP\",\"internet-int\"\r", "OK", 10)
// GPRS init
2) I add case PPPEvent.Starting to the event listener
3) I Recompile the program to suitcase.tini
4) I execute the program with suitcase.tini 4 tmobilemms tmobilemms *9***1#
5) the result the modems cals normaly there is a connection established.
6) the event listener gets a PPPEvent.Starting messages
7) the event listener gets a PPPEvent.Closing messages
8) end of story ;(
So there is now ppp connection established what goes wrong?
I have tried the Init string with a windows desktop and it works oke I get a
ppp conection
Thanks Ronald
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini