I trying to test the Fastrack Supreme20 to connect the server using GPRS. . My server IP address is Dynamic IP. Is it possible to communicate to the Dynamic IP. If yes, anybody please tell me how it is possible?. We don't have any static IP.
I am developed simple TCP/IP Client - Server socket program in Microsoft Visual Studio using winsock API. i'e both Client and Server contain dynamic IP. These both are communicating. Now i connected the Wavecom Fastrack to the same server but i am getting the error codes like +CME ERROR:842.
My question is is it possible to communicate Wavecom Fastrack GPRS Modem to the server with dynamic IP. If it is possible please tell me how?
From 2days i am fighting with this. Please give me the solution.
What do you mean by error codes “like” +CME ERROR:842 ?
What other codes are you seeing?
Of course it is - how the address is assigned is irrelevant!
First, you need to tell the Fastrack what IP address to connect to - how do you do that?
Remember that the Fastrack is external to your LAN - so you will also need to verify that the server is accessible to external devices.
Have you checked the settings on your router(s), firewall(s), etc?
There is 2PC’s. The client (Fastrack Supreme) connected to UART port of PC(192.168.1.51). And the server is(192.168.1.72) where i am running the Server side socket program. Server is in Lieten mode… But GPRS is not working. Below i mentioned the ATcammands that i am using for GPRS communication and there responce. Please go through that. And give me the solution for this.
OK
AT+WIPBR=1,6
+WIND: 13
+WIND: 12,0
+WIND: 12,1
AT
OK
AT
OK
AT+WIPCFG=1
OK
AT+WIPBR=1,6
OK
AT+WIPBR=2,6,11,“AIRTELGPRS.COM”
OK
AT+WIPBR=4,6,0
OK
AT
OK
AT+WIPCREATE=2,1,“192.168.1.72”,“5005”
+CME ERROR: 842
Of course, as you’re working with IP networks, you will also need to have at least a working understanding of how IP networking works - with IP addresses, routers, firewalls, etc, etc…