esp8266 uart wait_tx_done

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
skylin008
Posts: 88
Joined: Wed Mar 11, 2015 6:21 am

esp8266 uart wait_tx_done

Post by skylin008 » Mon Nov 16, 2020 12:57 pm

Hello, I ported the uModBus from https://github.com/pycom/pycom-modbus to ESP8266 platform. But when used the ESP82266 UART 0, there is no wait_tx_done implementation.How to solve this issue.Thanks!

Post Reply