Dear Experts,
Architecture:
- There are two standalone PC ( There is no netwotk)
- One PC is connected with wavecom modem and another one is connected with CDMA(relaince) phone ( For getting static IP statring internet on that pc )
- Airtel sim card used for GPRS activation
- Application written in VB using winsock control
How To Apply Method:
- Following AT commands are applied though hyper terminal as well as
sample application. These are executed succesfully on both
a) at
b) ati
c) at+creg?
d) at+cgatt=1
e) at+cpin?
f) at#apnserver=“Airtelgprs.com”
g) at#connectionstart
h) at#udpserv=“220.224.37.84” 'STATIC IP
i) at#udpport=“223”
j) at#vudp
k) at#oudp
After getting Ok_Info_WaitingForData
Type data / send through aplication
- Samlpe application is runing on another PC ( winsock using UDP in VB ) where CDMA(relaince) phone is connected.
Problem:
when data is transeferd from modem pc ( though hyerterminal or progametically )
is getting on CDMA(relaince) Pc .It’s working very fine
When this data or hardcoded data transefer back to the modem pc is not getting/ displayed on modem pc ( on hyperterminal / sample application ).
There is no error while transfering the data in apllication ( In VB appliaction)…
Please reply ASAP.
Thanks and Regards
Satish B. Phadke