summaryrefslogtreecommitdiff
path: root/uart_benchmark
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@mastensg.net>2025-04-17 21:37:18 +0200
committerMartin Stensgård <mastensg@mastensg.net>2025-04-17 21:37:18 +0200
commit444ab563f2b05021352722c08ebadb6ffe1446a8 (patch)
tree7c077329b0709afbdc3dd929581d02606efd0841 /uart_benchmark
parent044e0b10a345f85ae3d8a94dc29956511f3e12bf (diff)
uart_benchmark/README: picocom+hexdump
Diffstat (limited to 'uart_benchmark')
-rw-r--r--uart_benchmark/README3
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