Pablo Vasquez

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Connecting to server using T mobile network #19316
    Pablo Vasquez
    Participant

    Hi,

    I’ve done all the steps. I know this SIM works because I’ve already used it with another gateway.

    Current configuration in gsm_chat is:

    # Set the APN for your provider here
    # ----------------------------------
    #OK 'AT+CGDCONT=1,"IP","proxy"'
    #OK 'AT+CGDCONT=1,"IP","ISP.CINGULAR"'
    #OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"'
    OK 'AT+CGDCONT=1,"192.168.112.2","eseye.com"'
    SAY "Dialing...\n"
    #OK 'ATD*99#'
    OK 'ATD*99***1#'
    SAY "Waiting for CONNECT...\n"
    TIMEOUT 120
    CONNECT ''
    SAY "Connected\n"

    when executing the steps fro above I get

    # killall pppd
    killall: pppd: no process killed
    # microcom /dev/modem_at0
    at+cpin?
    +CPIN: READY
    
    OK
    at+csq
    +CSQ: 14,2
    
    OK
    at+creg?
    +CREG: 0,3
    
    OK
    at#sgact=1,1
    ERROR
    at#sgact=1,0
    OK

    What does +CREG: 0,3 means?
    Isn’t necessary to put the GPRSPIN somewhere?

    Best regards.

    • This reply was modified 6 years, 11 months ago by Pablo Vasquez.
    • This reply was modified 6 years, 11 months ago by Pablo Vasquez.
    • This reply was modified 6 years, 11 months ago by Pablo Vasquez.
    • This reply was modified 6 years, 11 months ago by Pablo Vasquez.
Viewing 1 post (of 1 total)