Skip to content

USB host CDC function of ESP32-S2 #8098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
xiezhoubin opened this issue Apr 19, 2023 · 2 comments
Closed
1 task done

USB host CDC function of ESP32-S2 #8098

xiezhoubin opened this issue Apr 19, 2023 · 2 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@xiezhoubin
Copy link

Related area

USB host CDC

Hardware specification

ESP32-S2/S3

Is your feature request related to a problem?

I have an ESP32-S2 development board and a 4G module, and I want these two devices to be connected together through USB. Then, as a USB host, ESP32-S2 can communicate data with the 4G module. For example, ESP32-S2 sends AT command data to the 4G module, which receives the AT command and then returns the data to ESP32-S2.

Describe the solution you'd like

Here is a code example of the feature I want, but it is idf code that I cannot understand and how to port to Arduino to use.

link:https://github.com/espressif/esp-iot-solution/tree/usb/add_usb_solutions/examples/usb/host/usb_cdc_basic

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@xiezhoubin xiezhoubin added the Type: Feature request Feature request for Arduino ESP32 label Apr 19, 2023
@clear-sky
Copy link

clear-sky commented Apr 20, 2023

@Parsaabasi
Copy link

Hello,

Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
Development

No branches or pull requests

3 participants