diff options
-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 |