Hello,
Is it possible to use TXD0, RXD0 for serial communication with an external circuit when USB communication is not used in the Node MCU ESP8266?
Between the output pins from the TXD0 and RXD0 board and the TXD and RXD from the CH340G there are resistors 470Ω so that theoretically it should be possible to communicate with other chips over serial0.
If the external chip is unplugged during programming there should not be a problem w/o me or am I thinking right?
I use TXD2 and TRX2 for the hardware SPI and I want to receive data in an interrupt so the hardware serial does not suit me.
Is it possible to use TXD0, RXD0 for serial communication with an external circuit when USB communication is not used in the Node MCU ESP8266?
Between the output pins from the TXD0 and RXD0 board and the TXD and RXD from the CH340G there are resistors 470Ω so that theoretically it should be possible to communicate with other chips over serial0.
If the external chip is unplugged during programming there should not be a problem w/o me or am I thinking right?
I use TXD2 and TRX2 for the hardware SPI and I want to receive data in an interrupt so the hardware serial does not suit me.