esp8266 UART0 communicate with other UART device

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 UART0 communicate with other UART device

Post by skylin008 » Mon Mar 28, 2016 8:57 am

How to modify the esp8266 UART0 to communicate with othe UART device,for example UART modem?Tks!

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: esp8266 UART0 communicate with other UART device

Post by deshipu » Mon Mar 28, 2016 10:21 am

No need to modify it. You can just use prints in your program to send text to the device.

Post Reply