Hello, thanks for the demo code for the Arch GPRS, but it would be really useful if there was an example that was possible to test, for example by signing up to a service which is free, and then having the board upload data to that service over cellular.
I got it working, there is an error in the GPRS driver: Its hardcoded the China Mobile as APN. Should be fixed, for anyone outside China to have it working…
Thank you so much for trying. Your advice is correct, and now I have update the GPRS library with new API: int networkInit(char* apn, char* userName = NULL, char* passWord = NULL); I only have chance to test CMNET, can you have a try whether it be able to work in your country? Thanks again:) . btw, the library URL:https://mbed.org/users/lawliet/code/GPRS/