-
Notifications
You must be signed in to change notification settings - Fork 3
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
Using ESP32S3 and USB Host framework (C language) to get the right response #15
Comments
Yes, init.py commands are reverse-engineered. If you can read your device measures with my tool but not with your tool... you probably sent a wrong command. |
I provided you with a part of the whole code only, it was initialized beforehand according to init.py. I am wondering how I can log what I get in response, can I just
but anyway this is weird for me. What about my case: recently I have found out that I can't get any response from MCU and can only send data and it is the same as yours in |
Yes, For the Radex One (ONEv1), if I remember correctly, to get a measure:
If In the documentation, I don't understand anything, perhaps it's that: the peripherals/usb/host/hid example demonstrates the possibility to receive reports from a USB HID device with several interfaces. |
Is it correct to send data to Radex ONE this way and try to parse measure?
Form and send a new packet:
Parsing in callback function by the end of the transfer function:
Result:
The text was updated successfully, but these errors were encountered: