-
Notifications
You must be signed in to change notification settings - Fork 4
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
Simultaneous serial and gamepad data #12
Comments
I wrote a simple test script (see attachment) and it does what I'm expecting: changing the USB gamepad output and printing info to the Arduino serial monitor simultaneously. My original code has two tasks running on two cores which are accessing the same USB port. Apperently that creates some trouble. I'll continoue the serach for a solution. |
Hi Chris, thanks for your feedback. In my projects I never used the serial output and both cores at the same time. Cheers |
What I'm seeing on your screenshot looks correct to me. A news delivery of S3 should arrive soon, will start testing once they arrived. My current ones are all wired to my simulator setup. |
Hi @schnoog, the current status is, that when serial and HID output are asked at high repetition rate, both outputs stop working. I've addded a testscript below. Feel free to play with the delay. Edit: BR |
Is there any update on this issue, I'm having same issue i think it works briefly once started up, then i loose the HID devices but the serial devices keep working. it's like HID got turned off |
I take that back, DTR does not cause it in my case. it just took longer before HID froze |
@ChrGri opened a ticket for that issue espressif/arduino-esp32#10307 |
Thank you for this awesome project.
I'm using an ESP32 S3 (connected via USB port) and want to send/read additional serial data over the USB port to monitor/debug the ESP.
What seems to work:
What does not work:
Do you have an example script where the additional serial communication is working properly?
BR
Chris
The text was updated successfully, but these errors were encountered: