diff options
author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-17 21:37:18 +0200 |
---|---|---|
committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-17 21:37:18 +0200 |
commit | 444ab563f2b05021352722c08ebadb6ffe1446a8 (patch) | |
tree | 7c077329b0709afbdc3dd929581d02606efd0841 | |
parent | 044e0b10a345f85ae3d8a94dc29956511f3e12bf (diff) |
uart_benchmark/README: picocom+hexdump
-rw-r--r-- | uart_benchmark/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uart_benchmark/README b/uart_benchmark/README index 9f24d6f..f8d9a06 100644 --- a/uart_benchmark/README +++ b/uart_benchmark/README @@ -1,3 +1,4 @@ 12 MHz clk => 12 MBd UART -stty -F /dev/ttyUSB1 12000000 raw cs8 +time timeout 30 picocom -b 12000000 /dev/ttyUSB1 | pv > U.txt +hexdump -C U.txt |