pyserial

python esp32 json pyserial

esp32: #include <ArduinoJson.h> void setup() { Serial.begin(9600); } void loop() { if (Serial.available()) { // 读取串口输入的数据 String jsonString = Serial.r ......
pyserial python json esp 32
共1篇  :1/1页 首页上一页1下一页尾页