Page 3 of 3

Re: accessing uart0 on nodemcu board

Posted: Thu Jan 03, 2019 8:37 am
by flywire
kevinkk525 wrote:
Mon Dec 24, 2018 2:12 pm
... Use the webrepl.
I don't have wifi in my PC.

Re: accessing uart0 on nodemcu board

Posted: Thu Jan 03, 2019 9:01 am
by kevinkk525
Your PC obviously is connected to the network so that won't be an issue.

Re: accessing uart0 on nodemcu board

Posted: Fri Jan 04, 2019 10:44 am
by flywire
kevinkk525 wrote:
Mon Dec 24, 2018 2:12 pm
If you write: uos.dupterm(None, 1)
you disable the terminal output to UART so of course you dont see anything. Use the webrepl.
Note known conflict between os.dupterm and WebREPL: viewtopic.php?f=2&t=5446&hilit=WebREPL+Disconnected and maybe viewtopic.php?f=16&t=2929&hilit=WebREPL+Disconnected.

Re: accessing uart0 on nodemcu board

Posted: Fri Jan 04, 2019 10:46 am
by kevinkk525
Interesting, did not remember that..