how can i know that my gprs module is connected to internet while i can not ping it? after connecting to GPRS network, it does get an IP for itself as i mentioned in my first post. When i try to send an email with it, it generates following error:
#CME ERROR: 38027------- which may mean: The address of the POP3 server has not. been resolved by the secondary DNS server…
Also when i try to ping a website by name like:
at#pingremote=“www.google.com”
OK
your gprs is in listening mode, I think you can not use it in listening mode and try to open a connection with otcp as a caller.
Why do you want to connect as a client and be in listening mode?
Infact in listening mode, it will always act like TCP server and not as client.
But ok, server or client, whatever it may be, if i ping from a remote PC, the GPRS module should respond.
Secondly, if I ping a remote server/PC with the wavecom module (which is already connected to network), it should reply me positively. But it does not…