as describe in RFC-1035 section: 2.3 Conventions. Syntax is not validated,
except the maximum length (255 characters).
Optional parameter enables / disables Pseudo Command Mode when ODM
executed and Module is in PREMUX state.
0 Enable (default value, when Module is in PREMUX state).
1 Disable.
Notes: It does not recommend using port numbers below 1024. These numbers are defined to be
reserved for operating systems.
Example:
Opening socket 1 in Online Data Mode, using TCP protocol, from port 1104, designation IP
123.245.213.012, designation port 1124:
AT+MIPODM=1,,"172.90.237.21",1124,0
OK
+MIPODM: 1,1
Enter invalid command format:
AT+MIPODM
ERROR
Check opened in Online Data Mode socket state when Module is pseudo-command mode:
AT+MIPODM?
+MIPODM: 1,1
OK
Listen socket over TCP:
AT+MIPODM=1,1104,"0,0.0.0",0,0 // Source port must confirmed in TCP mode.
OK
+MIPODM: 1,1,122.221.32.64,1200 // Remote side connected to the listen socket.