summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uart_benchmark_3_megabaud/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/uart_benchmark_3_megabaud/README b/uart_benchmark_3_megabaud/README
index 9f57d71..f015872 100644
--- a/uart_benchmark_3_megabaud/README
+++ b/uart_benchmark_3_megabaud/README
@@ -1,3 +1,4 @@
12 MHz clk / 4 => 3 MBd UART
-picocom -b 3000000 /dev/ttyUSB1 | pv > U.txt
+time timeout 30 picocom -b 3000000 /dev/ttyUSB1 | pv > U.txt
+hexdump -C U.txt