English 中文(简体)
Ericsson f3507g WWAN (3G Broadband) and AT commands
原标题:

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_F3507g_Mobile_Broadband_Module)

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?

最佳回答

I got in contact with Vodafone in Australia and

  1. their towers were not compatible with my modem. This has subsequently been fixed.
  2. I needed a public IP from them (at no cost)

Problem solved..

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签