Search found 2 matches

by guye1296
Sun Apr 08, 2018 8:53 pm
Forum: ESP8266 boards
Topic: [Solved] UART for a PMS7003 sensor gives weird output.
Replies: 6
Views: 6612

Re: [Solved] UART for a PMS7003 sensor gives weird output.

How did you make UART2 work? Did you make any change to the official MicroPython build?
by guye1296
Sun Apr 08, 2018 8:49 pm
Forum: ESP8266 boards
Topic: NodeMCU creating a UART to TCP 'tunnel'
Replies: 0
Views: 1279

NodeMCU creating a UART to TCP 'tunnel'

Hello, I've been having a hard time with controlling the UART. I know that UART0 is also mapped to the REPL's stdin and stdout - which makes debugging a lot harder when debugging applications that use UART. I also know that when there is no blocking call the REPL is scheduled. The propose of the ESP...