Search found 2 matches

by hwt9520
Mon Dec 24, 2018 8:44 am
Forum: ESP8266 boards
Topic: accessing uart0 on nodemcu board
Replies: 23
Views: 16412

Re: accessing uart0 on nodemcu board

dariox wrote:
Sun Dec 23, 2018 9:37 pm
I've flashed the same boot.py, but still the same result. I'm currently running no main.py. FW is
esp8266-20180511-v1.9.4.bin
me too
by hwt9520
Sun Dec 16, 2018 9:44 pm
Forum: ESP8266 boards
Topic: uart of esp8266 and uos.dupterm
Replies: 0
Views: 11315

uart of esp8266 and uos.dupterm

esp8266 d1 mini for sensor which use uart only I have opened webrepl and is using it the code is here: from machine import UART import uos,time >>> uos.dupterm(None,1) Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: invalid dupterm index >>> the same when input : u...