Hah! I got it working last nite. It seems that my 8300 doesn't like the
AT+CGDCONT=1 command UNTIL I send it a AT+CFUN=1, so my chatscript is now:

ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIAL
TONE' ABORT 'NO ANSWER' ABORT DELAYED ABORT ERROR
SAY "Initializing\n"
'' ATZ
OK-AT-OK AT+CFUN=1
OK-AT-OK AT+CGDCONT=1,"ip","tim.br"
OK-AT-OK ATDT*99***1#
CONNECT \d\c

AND IT WORKS!

The only bummer is, after a few minutes surfing teh internets my blackberry
reboots (O_O). I guess it has something to do with the firmware that I need
to upgrade. :/

Hey, Delta, by any chance do you know if there's a reference on the AT
command set that the blackberry accepts ? (I see you have a lot of AT
commands issued before dialing).

Cheers,

On Wed, Jan 7, 2009 at 7:09 AM, Delta Foxtrot <delta_foxt...@yahoo.com>wrote:

> This is my chatscript, don't know anything about your provider but if its a
> GSM
> based one you need the APN, eg vfinternet.au, you may also need a different
> phone "number", vodafone in Australia uses: ATD*99***1#
>
> ABORT ERROR
> '' AT&F
> OK ATZ
> OK ATI
> OK AT+CNUM
> OK AT+CSQ
> OK AT+CREG?
> OK AT+CGDCONT?
> OK AT+CGQREQ?
> OK AT+CGQMIN?
> OK AT+CGATT?
> OK AT+CGREG?
> OK AT+CGDCONT=1,"IP","vfinternet.au"
> OK ATD*99***1#
> CONNECT
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> Barry-devel mailing list
> Barry-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/barry-devel
>
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to