HI,
Is anyone working on a software serial library? The ESP8266 has two hardware UARTs. UART 0 - TX and RX is used by the REPL. UART 1 - TX is free for use, however, RX is used by the onboard spi-flash. I have a GPS module and I am not sure how I can connect it. I need a free RX pin.Can I disable console REPL and use WebREPL to free up the UART 0 RX pin?
Please help.
I didn't find the right solution from the Internet.
References:
https://forum.micropython.org/viewtopic.php?t=2204
Thanks!