-
Notifications
You must be signed in to change notification settings - Fork 7.6k
esp32 c3 的hardwareSerial库不能用,串口不能收发 #5247
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
代码如下: HardwareSerial mySerial1(1); void loop() { } |
Yes. HardwareSerial needs to be rewritten to use the new driver/hal. |
@BG2CRW Please keep your issue in English here. |
@VojtechBartoska Code: void loop() { Just help translate. |
When can we solve this problem? |
It's currently under work through a complete refactoring. |
## Summary This PR is a complete reffactoring of UART Serial Hardware and respective HAL in order to use IDF instead of current Register manipulation approach. It implements Arduino SerialEvent functionality. Fix #5287 Fix #5273 Fix #5519 Fix #5247 Fix #5403 Fix #5429 Fix #5047 Fix #5463 Fix #5362 Fix #5112 Fix #5443 ## Impact It solves many reported issues related to UART. It was tested and works fine for ESP32, ESP-S2 and ESP32-C3.
esp32 c3 的hardwareSerial库不能用,串口不能收发
The text was updated successfully, but these errors were encountered: