分页: 1 / 1

micropython 软串口(software serial)for esp32

发表于 : 2019年 11月 29日 11:34
shaoziyang
原帖作者:juwan 发表于 2019-6-23

偶尔放松心情开发一下有趣的软串口组件,虽然会有瑕疵,但绝对不影响你正常使用(太高要求的请用 ESP-IDF)。

https://github.com/BPI-STEAM/BPI ... leases/tag/20190623

No gifts for this update.
本次更新没有礼品。

Added a soft serial interface module, the code in  [serial.py](https://github.com/BPI-STEAM/Mic ... 02.inputs/serial.py).

添加了软串口模块,代码在 [serial.py](https://github.com/BPI-STEAM/Mic ... 02.inputs/serial.py) 。

You can stop worrying about the number of serial ports, but note that only 9600 are stable, 57600 will shake, 115200 to be fixed (ESP-IDF normal).
你可以不再担心串口数量了,但注意,只有 9600 最稳定,57600 会抖动,115200 待修复(IDF 下正常)。

源码和文档归档在 [github/esp-idf-software-serial](https://github.com/junhuanchen/esp-idf-software-serial)