diff --git a/README b/README index 7d9320c..ef691ae 100644 --- a/README +++ b/README @@ -70,6 +70,7 @@ The easiest way to get data it to use 2 USB to UART converter with TX/RX interco To set the baurdaute: `stty -F /dev/ttyUSB1 19200`. To get the data: `xxd -ps /dev/ttyUSB1 > dump.txt` To show the data: `./parse_vlc_dump.rb dump.txt` +A example for a white picture is available in `vlc-fnordlicht-dump.txt` limitation ==========