Hi,
Like the ModemXpert mentioned you need the TCP/IP library support your modem. I'm assuming that you have support for that . Pertaining to your question of not knowing the IP address of the other modem, there is one possibility of using some other means like SMS/GSM connection for conveying configuraiton information like IP address, port, etc. Each time any of these parameters change, the modem can convey to the peer. Let me know if this works.
Regards,
Main Topics
Browse All Topics





by: ModemXpertPosted on 2005-10-04 at 00:36:48ID: 15012073
Hello,
The GPRS link is packet oriented and can not be compared with a circuit switched link (like a standard modem to modem connection).
However, you can make the GPRS link behave like a packet orienter link with streaming serial data transported from one side to the other. In order to do this you must have some kind of data transport protocol above the GPRS bearer.
TCP or UDP can be used, but in order to use those you need support for them in the modem and in the PC.
I do not know if your GPRS modem (or your embedded application) have built-in support for TCP/IP?
If not, you better get another modem...
If it has TCP/IP then its only a matter of AT-command control/monitoring.