Skip to content

Commit 1eb9b76

Browse files
sabas1080claude
andcommitted
docs(target_serial): note host->target has no flow control (drops on TX-FIFO-full)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent abd565f commit 1eb9b76

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/TARGET_SERIAL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Increment-2 sniffer's second RX.
6565

6666
## Notes
6767

68+
- **No host→target flow control.** The host→target direction has no
69+
backpressure: if the PIO TX FIFO is full (host writing faster than
70+
the target baud drains, e.g. a paste at 9600), excess bytes are
71+
dropped — the same behavior as a plain USB-serial adapter. Interactive
72+
use never hits this; bulk transfers at low baud can.
6873
- The 1200-baud BOOTSEL escape still works on every CDC, including
6974
CDC3 — `tud_cdc_line_coding_cb` is unchanged.
7075
- Baud is set via the shell, **not** via CDC3's line-coding. Opening

0 commit comments

Comments
 (0)