From 6b4c50a016969f392f101ccb2adc0d3ca15c0236 Mon Sep 17 00:00:00 2001 From: Roar Fredriksen Date: Thu, 14 Sep 2017 18:10:10 +0200 Subject: [PATCH] Update README.md --- Code/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/README.md b/Code/README.md index b9b533d7..f60d9bab 100644 --- a/Code/README.md +++ b/Code/README.md @@ -3,5 +3,5 @@ Various code projects to help debug and build the final system -### HanReader -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) \ No newline at end of file +### 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.