I am getting started with Espressif development and having trouble allowing write access from PuTTY to my ESP32.
Setup:
- ESP32-S3-WROOM-1 ← (ESP32-S3-Touch-LCD-4.3B-BOX)
- USB connection from 4.3B-BOX module to PC using PuTTY (Win11)
- driver - system32\drivers\usbuser.sys
- ESP->PuTTY transmit
- PuTTY->ESP transmit (similar - Golioth: ESP-IDF monitor READ only)
Status: (from ESP-IDF Serial Monitor)
--- Warning: Writing to serial is timing out. Please make sure that your application supports an interactive console and that you have picked the correct console for serial communication.
Why won't writes work from PuTTY? I have tried in ESP-IDF Serial Monitor and with a serial connection in LabVIEW observing the same effect. How can I get my ESP serial port receiving bytes from PuTTY? I tried the Golioth forum idea above but that didn't work for me. This is strange!