uart issue
Posted: Wed Nov 02, 2016 12:17 pm
Hi.
I'm having the next situation:
I'm colleting 23530 (130 bytes x 181) from a main application processor that sends 130 bytes to the ESP-12 UART module every time the module ask for (just storing each 130 bytes in ram) . I'm using the call back function : uart.on("data",130, function(data) ............ end,0), i tell de main processor send the next 130 bytes through sending an acknowledge # "uart.write(0,"#")" and i see a delay of 250ms between each asking of the ESP-12 . i don't understand why. please help me.
Thanks in advance.
I'm having the next situation:
I'm colleting 23530 (130 bytes x 181) from a main application processor that sends 130 bytes to the ESP-12 UART module every time the module ask for (just storing each 130 bytes in ram) . I'm using the call back function : uart.on("data",130, function(data) ............ end,0), i tell de main processor send the next 130 bytes through sending an acknowledge # "uart.write(0,"#")" and i see a delay of 250ms between each asking of the ESP-12 . i don't understand why. please help me.
Thanks in advance.