Add CTS and RTS flow-control tests
This commit is contained in:
@@ -44,9 +44,11 @@ loopback-b
|
||||
valid-test
|
||||
uart-loopback <baud> [8N1|8E1|8O1|8N2|7E1|7O1] [bytes]
|
||||
uart-suite
|
||||
cts-flow-test
|
||||
rts-flow-test
|
||||
```
|
||||
|
||||
`uart-loopback` defaults to `8N1` and 256 bytes. Its accepted payload range is 1–512 bytes. `uart-suite` covers 300 through 250000 baud and all supported frame formats. Follow the applicable loopback wiring in [`wiring.md`](wiring.md) before invoking a test.
|
||||
`uart-loopback` defaults to `8N1` and 256 bytes. Its accepted payload range is 1–512 bytes. `uart-suite` covers 300 through 250000 baud and all supported frame formats. `cts-flow-test` verifies transmit gating and exact resumption, while `rts-flow-test` uses UART2 as an internal traffic generator to verify automatic receive backpressure. Follow the command-specific loopback wiring in [`wiring.md`](wiring.md) before invoking any test.
|
||||
|
||||
The onboard RGB LED reports the most recent test-harness state:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user