Search found 1 match

by chinadsf
Sun May 24, 2015 11:33 am
Forum: Other Boards
Topic: esp8266: how to use UART
Replies: 1
Views: 3434

esp8266: how to use UART

I tested by REPL:
"from pyb import UART"
"import uart"
but without success
I konw that REPL used the UART0, then how can i use UART1 and whether main.py can use UART0 ?