On Tue, 2008-09-16 at 12:27 +0200, Granville Paulse wrote:
> Good day
> 
>  
> 
> To start off, I am a novice. I am trying to connect to the carrier
> board on ttyS2. I have copied all the files (ppp-start, gprs-connect
> etc.) onto the fox, edited the details in the gprs-connect file to
> fill the APN that is provided by a service provider over here. I know
> the sim card works because I can connect to another Telit module (from
> Hyper Terminal) using the same card. Any assistance or tricks that I
> might be missing, you guys can forward will be hugely appreciated.
> 

Have you told the telit module to turn on and what is the status of L3
on the FOXGM board ?

By default the module is powered off you need to either momentarily
short the pads for S1 or send the following setbits commands

# setbits -p b -b 7 -s 1
# setbits -p b -b 7 -s 0

Once you have done that L3 should blink quite fast for a while and then
a bit more slowly (meaning that the SIM is registered on the mobile
network) after that the module should respond on ttyS2

Personally I wrap this all up in a connect script..so it issues the
setbits commands waits a while and then runs ppp-start. I know there is
a better way of asking the modem if it is ready or not but I haven't
investigated this properly.

Reply via email to