Contents of this directory
--------------------------
examples.sln
	Visual Studio Solution regrouping projects.

readme.txt
	This text file.

\01_FirstSteps
	The first example shows how to initialize the communication, 
	request the VIN, and parse the response,
	using functional addressing scheme (broadcast).

\02_ClearDTC
	This example shows how to clear emission-related diagnostic information, 
	using the service $14 and the functional addressing scheme (broadcast)

\03_CurrentData
	This example shows how to get supported DIDs, request current powertrain diagnostic data, 
	and parse the responses, 
	using the service $22 and the physical addressing scheme (point to point). 

\04_Viewer
	This example shows whole services (requests and parsing functions) of the API.

\05_OBDdetect
	This example shows how to detect OBDII (OBDonEDS) ECUs