🚧 Work in progress. 🚧
The goal is to create an "Arduino Serial"-like interface for USB-to-UART devices, connected to your ESP32-S3 which acts as USB-host.
Based on the virtual com port example from Espressif.
The following dependencies are already included in the library. There is no need to install them separately.
- USB Host CDC-ACM Class Drive
- Virtual COM Port Service
- Device drivers:
The library can be used in Arduino IDE and in pioarduino.
The original example code is covered by this copyright notice:
/*
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: CC0-1.0
*/
Any modifications deemed "substantial" in this repo are covered by the included MIT license.