| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenElm-1.0.0Alpha.zip | 2010-06-29 | 662.9 kB | |
| OpenElm-1.0.0Alpha_src.zip | 2010-05-01 | 5.3 MB | |
| OpenElm-1.0.0AlphaMobile.zip | 2010-05-01 | 707.7 kB | |
| readme.txt | 2010-04-06 | 2.9 kB | |
| Totals: 4 Items | 6.6 MB | 0 | |
// ********************************************************************************* // ***** BEGIN GPL LICENSE BLOCK ***** // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // // The Original Code is Copyright (C) 2010 by TasosB tasosbull@gmail.com // All rights reserved. // // The Original Code is: all of this file. // // Contributor(s): none yet. // // ***** END GPL LICENSE BLOCK ***** // // Short description of this file //************************************************************************************ ****Purpose**** This program is an attempt at reading the relevant data from the OBDII port of your car. According to the information you can find on the internet, from 1996 up until today, all car manufacturers are required to export the data the car uses to work into this port, thus setting the rules of the relative protocol. This program bases its useage on the possibilities provided by the ELM chip and as a result can work with every device implementing the aforementioned chip. For the program's development up until now, the following releative elm devices are used: http://www.obdspy.gr/elm327/bt_elm.php http://www.obdpros.com/product_info.php?products_id=133 The first one connects via bluetooth and the second one via USB, utilizing an USB-serial driver. This program has been tested on Windows XP, Windows 7 and Windows Mobile 6 Professional. It can work however with another target compilation to export binaries for other mobile platforms. PocketPC used is an HTC and has bluetooth serial port profile. *************Third Software maker programs used**************** http://www.sqlite.org/ http://sourceforge.net/projects/sqlite-dotnet2/files/ Lots of ideas got by the c-code of gpl obdpros.exe scr *************************************************************** What it covers: ~ Reading of flash data and Sums of the electronic device ~ Reading calculation sums from combinations of data ~ Writing of the biggest sums ~ Intervention in the table of obd protocol ~ The power of grouping values ~ Console manual communication via elm capabilities