I am converting a project that formerly used an Arduino Pro along with a Sparkfun Basic FTDI adapter to an ESP32 platform (DOIT DEVKIT V1). The serial adapter is not used to program/debug the target but rather as the data exchange channel (measurements from an array of pressure sensors).
Converting to the ESP32 I set up UART2 as a hardware serial port using the HardwareSerial class communicating with the host at 460800 baud. All works fine in the sense that an oscilloscope probe on the TX port of the ESP32 shows the expected activity, but I get nothing through the FTDI adapter, and I have h=now tried several, including two Sparkfun breakouts, one from Hiletgo, and a couple others. I get nothing in the serial monitor on a PC listening to the USB serial port, but the o’scope continues verifying that the ESP is sending the data through the designated TX port.
While I am obviously “concluding” I must be doing something wrong with the FTDI adapter(s), but I can't figure out what. The adapters are connected TX-RX / RX-TX with the ESP, GND is connected (and I tried with both external and USB supplied power). What might I be missing?