Page 1 of 1

Read serial data from an external device using USB port

Posted: Mon Dec 18, 2023 2:16 am
by khayamgondal
I have a 3D printer that exposes serial via a USB-C port to send & receive data. Can I connect it to an ESP32 and read the printer's messages? The goal is to run a small program on ESP32 that communicates with the printer via serial / USB and publishes it via MTTQ or HTTP.

Re: Read serial data from an external device using USB port

Posted: Tue Dec 19, 2023 12:53 am
by tommeyers
I believe you want the esp32 to be a host. Correct?