Q: Type of module? A:GM862-QUAD
Q: Firmware version? A: 7.02.602
Q: Type of starter kit you have? None
(S1, S1B, S2, S3, S4, EVK1, EVK2, none, other)
Hey everyone, i searched through the forum but didn't find something like this, so i need to have my GM862-QUAD listening for connections on port 7777 and i have java code that is a client socket example and i put in the ip address i get when my module connects to the internet and try to create a socket connection and send stuff but i always get a time out IOException when i do that, what am i doing wrong?? the module says it's listening on port 7777 but i don't get the CONNECT when i try to start client java program always get time out!!!! Please any help would be great. I'll add my AT command sequence below:
AT#FRWL=1,"0.0.0.0","255.255.255.255"
AT#SCFG=1,1,300,90,600,50
AT#SGACT=1,1,"internet","internet"
AT#SL=1,1,7777
then my code waits for SRING if it gets it, it will send :-
AT#SA=1
but i never get the SRING i get OK after all commands and get ip address after SGACT which i copy and put in my java program...
hope this is all info you need.
thanks for your help