uart.StreamReader and asyncio no data

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
kurt
Posts: 20
Joined: Sun Feb 11, 2018 7:45 pm

Re: uart.StreamReader and asyncio no data

Post by kurt » Wed Jul 25, 2018 9:07 pm

Hi,
from my point of view you can use GPIO3. I think, you should do a uart.deinit() first.
See here:
https://docs.micropython.org/en/latest/ ... .UART.html
Regards
Kurt

Post Reply