Page 1 of 1

is it possible to send a 10ms cyclic message in tcp passthrough mode?

Posted: Mon Sep 08, 2025 12:04 am
by feixiao123
I want to send a 8 bytes message every 10ms between two espc6-mini-1 modules,

And thess two modules:
one as AP, one as station; distance below 1m;
using esp at commands and enter TCP passthrough mode;
using AT+TRANSINTVL=0 to config no delay;

I want to know if this is possible to send 10ms cyclic message? and what is the minimal messsage send interval ?

Thanks.

Re: is it possible to send a 10ms cyclic message in tcp passthrough mode?

Posted: Mon Sep 08, 2025 9:11 am
by esp-at
besides that, you can try to set <tcp_nodelay> of AT+CIPTCPOPT and give it a try.