Ericsson f3507g WWAN (3G Broadband) and AT commands

Posted by JD on Stack Overflow See other posts from Stack Overflow or by JD
Published on 2009-11-19T04:00:40Z Indexed on 2010/03/12 1:57 UTC
Read the original article Hit count: 564

I have a lenovo x200t tablet with WWAN built into it.

I'm trying to connect to the internet using AT commands and a C# program which I am making so that the program can connect to the net and upload information on demand.

I don't want to use Lenovo's "Access Connections" as it is too complicated for the end user.

So far I have been able to use terminal to turn the card on and off, ring landlines and send SMS messages. However I can't seem to access the internet using it.

I could access the net through it before I removed "Access Connections" software/bloatware.

The commands I am using to try and access the net are:

  1. Connect on COM7 to the modem
  2. Send initialisation string "AT+CFUN=1"
  3. Send AT*ENAP=1,1 as suggested here (http://www.thinkwiki.org/wiki/Ericsson%5FF3507g%5FMobile%5FBroadband%5FModule)

Windows says it is "Identifying" the network and a yellow exclamation mark appears on the networking icon in the task bar, but the connection fails and drops off.

An IP is assigned to the "Local Area Connection 2" of 169.254.1.192 with a subnet of 255.255.0.0 - no gateway or DNS.

Definately no net connection...

Anyone got any ideas?

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-vista