I have a NodeMCU v1 board with a built in USB to UART and a USB port. I'd like to hook up a second USB to UART on the UART1 (GPIO2/D4?) pin of the ESP so I can have a tty constantly running without having to close the tty, flash the firmware and reopen it.
I have tried to connect the RX pin of my USB to UART thingy to the D4 pin of the ESP but I'm not seeing anything on the tty. If I use the tty with the built-in USB to UART, I'm getting the console output.
What am I missing? Do I have the correct pin?