Search found 21 matches
- Sun Jul 31, 2016 7:15 am
- Forum: ESP8266 boards
- Topic: So you want to use the UART...
- Replies: 29
- Views: 25215
Re: So you want to use the UART...
I have Wemos D1 mini board and GPS module. Connected GPS Rx, Tx to Wemos Tx and Rx and trying the MP code from WebRTL WHAT I TRIED import machine uart = machine.UART(0, 9600) print( uart.readall() ) and the result is always None When I connect GPS module over serial cable I see the output in the ter...