Skip to content

Fix UART TCP Bridge issues#93

Merged
windowsair merged 2 commits into
windowsair:masterfrom
lxydiy:fix-esp-uart-bridge
Jul 14, 2025
Merged

Fix UART TCP Bridge issues#93
windowsair merged 2 commits into
windowsair:masterfrom
lxydiy:fix-esp-uart-bridge

Conversation

@lxydiy

@lxydiy lxydiy commented Jul 12, 2025

Copy link
Copy Markdown
Contributor

Closes #83, closes #92

lxydiy 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
Copy Markdown
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