BasePointer
Full Member level 2
Hi,
I can connect to my computer that listens port 2222 with SIM700D and I can easily send or receive data.
Now, I want to configure SIM700D as server (it will listen TCP port 2020, and I try to connect it with my computer)
To do this:
But I couldn't connect to this ip. The client program gives socket error 10060.
Can you send me last firmware of SIM700D (as I know it is 1604B04SIM700D64_ST)
Thanks,
BP.
I can connect to my computer that listens port 2222 with SIM700D and I can easily send or receive data.
Code:
AT
OK
AT+CGATT=1
OK
AT+CGDCONT=1,"IP","internet"
OK
AT+CDNSCFG="208.67.222.222","208.67.220.220"
OK
AT+CSTT="internet","gprs","gprs"
OK
AT+CIICR
OK
AT+CIFSR
213.43.210.178
OK
AT+CIPSTATUS
OK
STATE: IP STATUS
AT+CIPHEAD=1
OK
AT+CIPSRIP=1
OK
AT+CDNSORIP=0
OK
at+cipstart="TCP","78.XX8.XX.108","2222"
OK
CONNECT OK
Now, I want to configure SIM700D as server (it will listen TCP port 2020, and I try to connect it with my computer)
To do this:
Code:
at+clport="tcp","2020"
OK
at+cipserver
SERVER OK
OK
at+cifsr
213.43.199.92
But I couldn't connect to this ip. The client program gives socket error 10060.
Can you send me last firmware of SIM700D (as I know it is 1604B04SIM700D64_ST)
Thanks,
BP.