Wavecom Fsatrack20

Hi

 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

Please give me the solution.

Thanks&Regards
ARISE.

Unfortunately, that isn’t listed in the AT Commands Manual.

Are you sure that’s the correct code?
Have you asked your distributor what it means?

At what point, exactly, do you get this code?

Is this happening in an Open-AT application, or just via AT Commands?

That looks like a WIP error that means:
“destination host unreachable (whether host unreachable, Network unreachable, response timeout)”

Where do you find the link between that and the CME Error value of 842?

The WIP manual just gives WIP_CERR_HOST_UNREACHABLE = -989…

Aha! it’s in here:

novotech.ca/productinfo/Wave … _v2_01.pdf

One attempt found nothing in the FAQs :unamused:
and now the FAQ search seems to be broken :angry:

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

That is a Private IP address…