Search found 1 match

by abhi98
Sun Jul 12, 2020 12:37 pm
Forum: ESP8266 boards
Topic: UART issue
Replies: 6
Views: 5308

Re: UART issue

Code: Select all

from machine import UART
uart = UART(1, 9600)                         
uart.init(9600, bits=8, parity=None, stop=1) 
uart.write("hello")
using this code Node mcu and using serial monitor see whats happening as i plugged the serial monitor repl stops working ?
can anyone please help me ?