[usb_uart] Add Prolific PL2303 USB-serial driver (#16885)

This commit is contained in:
Oliver Kleinecke
2026-06-09 20:27:37 +02:00
committed by GitHub
parent 8206df6e4e
commit 2310b9e3fe
4 changed files with 344 additions and 1 deletions

View File

@@ -52,3 +52,16 @@ usb_uart:
stop_bits: 2
data_bits: 7
parity: odd
- id: uart_7
type: pl2303
channels:
- id: channel_7_1
baud_rate: 115200
- id: uart_8
type: pl2303gc
channels:
- id: channel_8_1
baud_rate: 9600
stop_bits: 2
data_bits: 7
parity: even