-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP32-S3, can't send and receive message from Serial at the same time. #10323
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
Comments
Correct. This issues is known from #6221 |
@raybantracing - Could you please test it using Arduino 3.0.0-RC1 version? This uses the last stable TinyUSB version that I have found. |
@SuGlider I have tested it with Arduino 3.0.0-RC1 and same problem. suppose that I reduce the chunk size sent by the PC to 64 bytes, |
I answer it my self, I modified my PC code to be able to send chunk up to 64 bytes and no it does not workaround the problem. |
Just to confirm: |
@SuGlider issue happen on both modes, |
Thank you for the confirmation. |
@SuGlider I know that this fix will require time but is there someone working on it? :) |
@raybantracing is the issue still there with actual Arduino core 3.1.3 and with 3.2.0-rc2? |
I guess that it is still there... |
Board
Lolin ESP32-S3 and TinyS3
Device Description
Hardware Configuration
Version
latest master (checkout manually)
IDE Name
PlatformIO
Operating System
Win11 and Ubuntu 24
Flash frequency
240
PSRAM enabled
no
Upload speed
115200
Description
USB hangs when receiving and sending messages over Serial.
This happens on "virtual USB" devices but not on UART devices that uses hw chips like CH340 and similar.
The problem occurs randomly and may happen after 5 minutes or after 2 hours.
Sketch
Python:
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: