Hi All,
I use Siemens TC35 GSM Module. I have to use this as an modem to dial up an ISP, then connect to an Internet connection & then transmit data to an particular website. These datas are then manipulated using the IIS server.
Now tell me, How to I dialup an ISP & provide the Username & password & rest other acknowledgements.
Also is that possible of sending the direct data calls to an other GSM Module & read the datas from them, If so How to do the data calls & how to recive them.
If using the GPRS can we directly connect to the website(IP address), as soon as the GPRS mopdule is switched ON. If so what are the steps to do so??
Pls help me with the source code available or with the Hints or steps to be done.
Its very urgent so pls help me out.
Thanks in advance.
You can contact me at my mail ID somu@softcrylic.com
Regards,
somasundaram.J
somu@softcrylic.com
Main Topics
Browse All Topics





by: mtasallotiPosted on 2003-03-06 at 13:19:56ID: 8083667
The SIM card shouldn't make a difference. Looks like the way you are issuing the ATD command is wrong. Try
ATD<number>;
I don't see a semi-colon at the end of your ATD.
Also, not sure where you are calling from, but your number is 8 digits long (unless this is just a sample number).
Finally, not sure about your test environment, but the phone/modem may be locked to a particular carrier.
You can use any SIM card to make a data call - just would be better if the phone supported data call mode and appropriate error corrections (see wavecom, ericsson)
Cheers,
Mathew