Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SMING 框架。ESP8266 UART 一次可以接收的最大尺寸是多少?如果我要向 ESP UART 传输一串 X 字节,X 的最大大小是多少?
硬件 TX 和 RX FIFO 的长度为 128 字节 - 然而,这并不是它可以接收或发送的真正“最大”长度,只是它一次可以缓冲的量。使用溢出中断,理论上您可以接收或发送任意长度。