Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 8 months ago.
Vodafone USB modem not working in India with the library code given.
Hello everyone,
Actually i got problem with my Vodafone k3770 usb modem to interface with the Mbed lpc 1768 to access internet. the code written in the website is for "UK" , but sir/mam i am from INDIA . i want to modify that code but i am new to the "AT COMMANDS" . so please help me to execute this Vodafone USB modem to access internet in India. please SIR/MADAM HELP Me.
I tried with VODAFONE 3G SIM , BSNL 3g SIM, Reliance & with AIRTEL also.
so anybody have any idea regarding those CODES which can execute in INDIA please help me.
Thank you in advance.
Please Reply .
2 Answers
10 years, 2 months ago.
Hi uday,
i need your help. i trying to connect k3770-z with mbed but it not working i use Reliance sim. please tell what are the correction need in program to work in india and change where in the program.
Thank you
ck
11 years, 8 months ago.
Hi Uday, hi you try to change this line in the example (as well as in the library code lines 133-34 of the VodafoneUSBModem file):
example
int ret = modem.connect("pp.vodafone.co.uk");
library
strcpy(network, "Vodafone UK"); strcpy(apn, "pp.vodafone.co.uk");
for this (that correspond to pp india):
example
int ret = modem.connect("pp.vodafone.co.in");
library
strcpy(network, "Vodafone In"); strcpy(apn, "pp.vodafone.co.in");
I hope this will help you
Greetings
Dear sir
As per your advice i have changed apn name to pp.vodafone.co.in and network to Vodafone In and user name is web and password is web and connected to internet
then i got the following message
[START].[WARN] Module ATCommandsInterface.cpp - Line 553: Previous command not processed!.[WARN] Module ATCommandsInterface.cpp - Line 211: Command returned no message.[WARN] Module ATCommandsInterface.cpp - Line 88: No response, trying again.[INFO] Module VodafoneUSBModem.cpp - Line 549: Using a Vodafone K3770 Dongle.Could not connect.
could you help what is the problem thank you
posted by 18 Mar 2013