I just seen the new pictures.. wow !
can u add calculations for l/100km and/or mpg
like OBDMPG for rr
no, i'm using the old version (gauges with white background)
didn't have time to test your new version..
but when i start your app (old version) .. RPM show the current value.. but freeze there.. nothing more happen.. (didn't see that before..).. if RPM was 850 at startup.. it'll show 850 until i restart the app.. all others stay at 0.
anyway.. I will test new version soon.. i'll let you know
I just seen the new pictures.. wow !
can u add calculations for l/100km and/or mpg
like OBDMPG for rr
Looks better and better everytime I visit this thread. I can´t get my ELM device to connect with your software. What baudrate is it running? If other than 38400 could you possibly add a config parameter for it so that I can get my device connected?
THX!
Yep, turns out the function parser in the current version is broken, but in the next one you will be able to set a gauge to calculate something (like l/100km or mpg).
I don't think that would be particularly difficult, I am eventually adding support for people to load their own images for gauges so perhaps I'll hold off on irregular shapes until that's in.
That's gonna require a change in my library, so that may be a ways off, most ELM devices can connect at 9600 which is why I started there. I'll add it to the request list though
I should have a new version up either later tonight or tomorrow with the fixed function parser and a MPG example included.
New version in the top post. I didn't get the faster baud rate working yet, but I'd be curious to see what kind of response times people are getting from this.
Just found this thread. Looks interesting. I am about to order an OBDII interface so will give it a go later.
In relation to Baud rates, maybe you could just add a new XML tag so this;
<gauges count="5" xpos="0" ypos="0" width="800" height="600" bgcolor="200:200:200" comport="COM6">
looks something like:
<gauges count="5" xpos="0" ypos="0" width="800" height="600" bgcolor="200:200:200" comport="COM6" baud="38400">
I would not have thought that changing the baud rate was too hard, copy it to a global variable and use this variable when you open the comm port. What language are you programming this in?
RodW
2007 Toyota Hilux with a CarPC..
Worklog: http://www.mp3car.com/vbulletin/work...ota-hilux.html
OziExplorer GPS Embedded in RR: http://www.mp3car.com/vbulletin/sb-s...iexplorer.html
Cool, then I will be able to help you then. I know C and some of the newer flavours quite well, it is all the mucking about with the Windows API that I struggle with. I have Visual Studio 2003 here at home. I Gave up on Basic 25 years ago so never got into VB.
RodW
2007 Toyota Hilux with a CarPC..
Worklog: http://www.mp3car.com/vbulletin/work...ota-hilux.html
OziExplorer GPS Embedded in RR: http://www.mp3car.com/vbulletin/sb-s...iexplorer.html
Good effort! One thing, can you make the com port this is suppose to connect re-configurable in the xml file?
Bookmarks