There will be one GPRS enabled (Q2686) MODEM at PC side (VB application).
There will be another MODEM connected to Device1 through RS232 (UART1)
Now both device will activate GPRS settings like, AT+CGATT, +CGACT, +CGDCONT etc.
i want now to communicate with DEVICE1 through GPRS link.
Is this possible thorough AT commands not OpenAT application?
I have achieved this thing through OpenAT application, through TCP/IP.
problem in this scenario is , i required FIXED IP and PORT at server (PC based) application.
which is not recommended for my project.
Device 1 is a datalogger who wants to transfer data to server via GPRS.
i will explain my problem in detail.
what i am trying to do.
Actually i don’t know about IP networking as much.
i want to read devices(RS232 based) connected to MODEM UART.
for this i was dialing GSM (CSD technique) DATA CALL to particular MODEM .
when data call gets connected , i can directly access remote device through it (i.e. by V24 protocol i think)
now same thing i wanted to do in GPRS.
i think this is machine to machine (M to M) reading technique.
One MODEM at PC side will collect data through all other MODEM (connected to my device) through GPRS.