OBD Wrapper in C# 3.5
To test the application use OBDII Simulator. More info at
http://icculus.org/obdgpslogger/obdsim.htmlI plan to update the code with further implementations based on
http://en.wikipedia.org/wiki/OBD-II_PIDs code table
The Gauges use in the windows form sample application are taken from
http://www.codeproject.com/KB/miscctrl/A_Gauge.aspxWhy I've created this library ?
>Because a lot of developers want to implement a nice GUI for their cars but they don't know how to read OBD data
Will the library grow?
>Yes I plan to add all OBD codes as soon as possible so you can use them in your application
Any suggestions and comments are welcome, this is probably the first OBD library written in C# so I hope that all .Net developers could find it useful.