Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.44 KB

File metadata and controls

34 lines (23 loc) · 1.44 KB

USBHostSerial

🚧 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.

Dependencies

The following dependencies are already included in the library. There is no need to install them separately.

The library can be used in Arduino IDE and in pioarduino.

License

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.