我在UART线上使用STM32F103将保存在SD卡上的CSV文件传输到ESP8266,文件读取和UART传输片段如下所示。While loop of the STM32f103 for read/transmit file. 在ESP8266代码上使用软件序列码,我可以从STM32F103读取传输的字符串,传输的字符串的实际长度是59,但是我在串行监视器ESP8266 serial monitor output上得到了以下输出 Software的代码如下 #include <SoftwareSerial.h>
#inclu