Skip to content

bertmelis/USBHostSerial

Repository files navigation

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.

About

ESP32-S3 acts as USB host for VCP devices, Arduino Serial style

Topics

Resources

License

Stars

Watchers

Forks