From edff839acce23477a7b321068d4c8217a86f9330 Mon Sep 17 00:00:00 2001 From: Roar Fredriksen Date: Thu, 14 Sep 2017 18:19:55 +0200 Subject: [PATCH 1/2] Update README.md --- Code/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/README.md b/Code/README.md index f60d9bab..761e8410 100644 --- a/Code/README.md +++ b/Code/README.md @@ -5,3 +5,5 @@ Various code projects to help debug and build the final system ### HanDebugger A very simplified c# console application to read serial data directly from the HAN bus, using the HAN-FTDI circuit and a FTDI device (USB serial port). The application will simply use the right serial setup (2400 baud, 8E1) to set up a connection and continously read incoming data. The received data is split on the package start and -end flags (0x7E) and output to console. + +![Screenshot](/Code/HanDebugger/screenshot.png) From ec79b259090e42ed181534ae944411c25d2d02f7 Mon Sep 17 00:00:00 2001 From: Roar Fredriksen Date: Thu, 14 Sep 2017 18:21:08 +0200 Subject: [PATCH 2/2] Renamed file --- Code/HanDebugger/{sceenshot.png => screenshot.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename Code/HanDebugger/{sceenshot.png => screenshot.png} (100%) diff --git a/Code/HanDebugger/sceenshot.png b/Code/HanDebugger/screenshot.png similarity index 100% rename from Code/HanDebugger/sceenshot.png rename to Code/HanDebugger/screenshot.png