But I don’t know what is wrong but I don’t get any response inmediatly. I can wait minutes but didn’t get and automatic response after procesing TEST, READ and PARA types, and I need an acknowledge for external application. After procesing I send this adl_atSendResponse ( ADL_AT_UNS, "\r\nOK\r\n ), then do more stuff… those send an adl_atSendResponse notifications and didn’t come out either.
If I send another command like “AT”, sends “OK” for this AT COMMAND, and then came out all responses that where buffered inside. What could be wrong? Why my custom AT Command responses buffers everything like that.
Like I said before, custom AT COMMAND it’s working, I get parameters, I can read them… but every response after seems to get stuck until another AT COMMAND like AT is sent.
I’m not saving params to flash, just writing and reading, but firt time reading I sent this instead of “0”, just null:
AT+TDATA?
+TDATA: ,,
OK
But, if I write once then get stuck:
AT+TDATA=3,1,2
AT+TDATA?
AT+TDATA?
AT
OK
OK
+TDATA: 3,1,2
OK
+TDATA: 3,1,2
OK