Created
September 5, 2019 12:27
-
-
Save karanjamutahi/0a7150aa4d053fbcf712577113d84128 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For single IP connection | |
If “AT+CIPSRIP=1” is set, IP address and port are contained. | |
if <mode>=1 | |
+CIPRXGET: 1[,<IP ADDRESS>:<PORT>] | |
if <mode>=2 | |
+CIPRXGET: 2,<reqlength>,<cnflength>[,<IP ADDRESS>:<PORT>] | |
1234567890… | |
OK | |
if <mode>=3 | |
+CIPRXGET: 3,<reqlength>,<cnflength>[,<IP ADDRESS>:<PORT>] | |
5151… | |
OK | |
if <mode>=4 | |
+CIPRXGET: 4, <cnflength> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment