hi, im trying to do the following
atget id id
loop
data p id "request"
send p
delay 1000
receive rp
data p id "mydata"
send p
delay 1000
// this code did not work until I erase the receive command. it cant send and receive at same time !!! could you help with explanation please