I can connect to a webserver using AT+CIPSTART=0,"TCP","www.google.com",80 . What I want to do is connect to a local webserver at 192.168.0.xxx:8000 . My browser connects to this ok.
I am trying the following: AT+CIPSTART=0,"TCP","192.168.0.xxx",8000 . I get either a response of "ERROR Unlink" or sometimes "DNS error" (or something like that). I have tried using an "http://" prefix and appending a ":" after the IP address (and all permutations of the same).
My best guess is that the chip is using some DNS that can't resolve the IP address because it is local.
My version is 0.9.2.4 . Any ideas would be much appreciated.