Keep USB line coding diagnostic only. Fix cdc connect reconfiguring UART
1
This commit is contained in:
@@ -85,7 +85,7 @@ Each client has a generation-safe ID. There can be one writer and multiple obser
|
||||
| `usb counters` / `usb clear-counters` | Show or clear USB counters. |
|
||||
| `usb request-writer` / `usb release-writer` | Request or release USB writer ownership. |
|
||||
|
||||
Opening `/dev/ttyACM*` with DTR asserted creates the `usb-cdc` broker client, starts UART1 if needed, and requests writer ownership. It becomes an observer if another client is writer. USB data is binary-transparent. Supported host line coding is 110–1000000 baud, 7/8 data bits, none/odd/even parity, and 1/2 stop bits; settings apply only while USB owns the writer lease and are not saved automatically.
|
||||
Opening `/dev/ttyACM*` with DTR asserted creates the `usb-cdc` broker client, starts UART1 if needed, and requests writer ownership. It becomes an observer if another client is writer. USB data is binary-transparent. The host's CDC line coding is shown by `usb status` for diagnostics only; it does not alter UART1. Configure physical baud rate, framing, flow control, and DTR explicitly with `serial` commands and persist them with `serial save`.
|
||||
|
||||
## Wi-Fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user