improve instructions

This commit is contained in:
King Kévin 2015-07-14 15:49:40 +02:00
parent d43ac0aff0
commit 63450678df
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -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
==========