Statistics: Posted by ESP_Faye — Mon Jan 05, 2015 9:54 am
Statistics: Posted by phil31 — Sun Jan 04, 2015 9:31 pm
Statistics: Posted by ESP_Faye — Sun Jan 04, 2015 9:57 am
Code:
loop 3 times
send "AT+SIPSEND=0, 2048"
wait for ">" which is not \r\n ended
what to do in case of others messages ?
send 2048 bytes
wait for "SEND OK"
what to do in case of others messages ?
end loop
Wrap return “>” after execute command. Enters unvarnished transmission, 20ms interval between each packet, maximum 2048 bytes per packet. When single packet containing “+++” is received, it returns to command mode.
Statistics: Posted by phil31 — Wed Dec 31, 2014 7:33 pm
Statistics: Posted by ESP_Faye — Wed Dec 31, 2014 9:29 am
Statistics: Posted by phil31 — Tue Dec 30, 2014 12:01 am