Added description for ESPDebugger

This commit is contained in:
Roar Fredriksen
2017-09-14 21:27:10 +02:00
committed by GitHub
parent 83b6cfe984
commit eda34b7f0a

View File

@@ -3,7 +3,13 @@
Various code projects to help debug and build the final system
### HanDebugger
### HanDebugger (C# console)
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)
![HanScreenshot](/Code/HanDebugger/screenshot.png)
### ESPDebugger (Arduino sketch on ESP8266)
Very similar to the HanDebugger, simply reading the HAN data and outputting the same data to the Serial1 port, HEX-formatted and splitted by lines on start and -end flags.
![ESPCircuit](./ESPDebugger/Circuit%20(breadboard).jpg)
![ESPScreenshot](./ESPDebugger/screenshot.png)