From 63450678dffab7d97cf79e2536748c068c0a758c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Tue, 14 Jul 2015 15:49:40 +0200 Subject: [PATCH] improve instructions --- README | 1 + 1 file changed, 1 insertion(+) 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 ==========