-
Notifications
You must be signed in to change notification settings - Fork 74
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
Connect USB device and send HEX data #142
Comments
No any idea?... |
There is many ways to send HEX data
all depends what you want to achieve and what app you have on the other side |
Thanks for answer. I tried to use CDC and HID from example, but it's nothing result. I use this code:
and on get "test" command usb-device are not make beep |
Great |
like I wrote in first post: USB D+ --> GPIO 20 |
ok, but it is only half of it |
sorry, are you about connecting esp32 to PC? - it’s over micro usb connector |
or I incorrect understand your question?… |
With the code you posted you need to connect 2 USB cables to PC
You can also replace all |
But, it's need connect usb device to ESP32... |
Hello. I connect usb card-reader to ESP32-S2
D+ --> GPIO 20
D- --> GPIO 19
VCC --> v5
GND --> GND
how I can send HEX data for it and read byte answer? Thanks!
The text was updated successfully, but these errors were encountered: