如何将esp-at的AT口和数据口进行分离 #803
Unanswered
woaijiaohaer
asked this question in
Q&A
Replies: 1 comment
-
AT 支持透传,请参考:AT+SAVETRANSLINK |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,最近接手的项目使用到了ESP32C3mini,它在项目中是做一个纯透传的部分,将手机端的数据通过串口转发至单片机,如果AT口和数据口都是同一个数据通道的话,那意味着我需要每一包都要进行解析,但是这样对传输效率有所影响,因此提出问题
Beta Was this translation helpful? Give feedback.
All reactions