AT+CIPSTART command returns ERROR!!!
My algorithm is as follows:
AT+CWMODE=1\r\n //SET AS STATION
AT+CWJAP="<ssid>",\"<password>"\r\n //CONNECTED TO ROUTER
AT+CIFSR\r\n // STATION IP
AT+CIPMUX=0\r\n //SINGLE CONNECTION
AT+CIPSTART=\"TCP\",\"192.168.0.12\",5005\r\n // TO CONNECT SERVER
I tried different IP and PORT ..... but returns only ERROR
