Skip to content

Fix UART TCP Bridge issues #93

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

Merged
merged 2 commits into from
Jul 14, 2025
Merged

Conversation

diylxy
Copy link
Contributor

@diylxy diylxy commented Jul 12, 2025

Closes #83, closes #92

diylxy added 2 commits July 12, 2025 00:31
ESP8266 only supports UART1 as TX-only. Previously, the code attempted to use UART1 as RX and UART0 as TX, causing initialization failure. This commit swaps the UART ports, assigning UART1 as TX and UART0 as RX, resolving the issue. fix windowsair#83 and windowsair#92
@windowsair windowsair merged commit bb6cced into windowsair:master Jul 14, 2025
4 of 5 checks passed
@windowsair
Copy link
Owner

Applied, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESP32 UART TCP Bridge Crashed (and workaround for it) 8266中LED电路、Uart使用、VScode中EIDE使用等问题
2 participants