In wavecom Fastrack Supreme, When i trying to connect to the server using TCP/IP data transfer mode; i am getting the error +CME ERROR: 842. I am not able to communicate with the server using GPRS. please give me the solution.
I ws developed server side TCP/IP socket Program in VC++8.0 in C-Language in Data transfer mode. My server is in Listen mode
You should have received CME ERROR: 842 after sending AT+WIPCREATE command, isn’t it?
What’s the WIPSoft version are you using? send AT+WIPCFG=3 to know it.
You can also provide me the AT sequence you are using, we can then check if it’s linked to your remote server or to your application
i have the same problem.
using WIP Soft v202 on Open AT OS v420. after wipcreate (request to connect a server) i get 842 error code. here are the steps:
AT+wipcfg=1
OK
at+wipbr=1,6
OK
at+wipbr=2,6,11,“internet”
OK
at+wipbr=4,6,0
OK
at+wipcreate=2,1,“192.168.10.13”,80
+CME ERROR: 842
//even that ip is listening at that time