mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:43:00 +00:00
[usb_uart] Add Prolific PL2303 USB-serial driver (#16885)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user