pgmfi.org

Hacking up Honda's ECU
It is currently Fri Mar 29, 2024 12:58 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 11 posts ] 
Author Message
PostPosted: Tue Dec 20, 2005 4:28 am 
Offline

Joined: Wed Jun 29, 2005 3:58 am
Posts: 75
Location: ft. collins
here is a screenshot of what i just completed. a completely open source gauge option. its not frilly, yet.. and that iat reading is correct, +- a few degrees Fahrenheit ;)

Image

and here is a link to the source files and the install files in one package.

http://mycomputerninja.com/~jon/ECUControl5_Net.zip

those of you wishing to just install it just go to the "ECUControl5_Net\tozip\EcuControl_Net_Install" and run setup.


Changes:
---------------------------------------------------
almost all of the vb files that were originally distributed have been changed to comment out old code. the old code is still there, but since the classes they rely on are proprietary, i commented them out and started over. so you may notice a couple class files missing, but those files pertained to the old proprietary code. you should also notice a new class file called DigitalGuage.vb that contains the new guage class. at this point the project compiles fine without any notion of the old proprietary code. and for all you small screen laptop people..me included.. there is a SCROLLABLE GAUGE WINDOW!!! so now you can see which gauges you want if you have a 5 inch screen, or all of the gauges even if you only have a 10 in screen.

Issues:
-----------------------------------------------------
this is pretty much an alpha release. there are menu items that I didn't get rid of, or that refer to functionality that may or may not be implemented yet. down the road we can clean them up and enable them, but i wanted to get a OS gauge system out there as fast as possible so that everyone can hack away at it and still monitor what is going on as a functioning piece of software. I don't expect there to be any major problems, but if anyone finds one, just post them in this thread or somewhere on this forum.

Requirements for Install:
------------------------------------------------------
since this relies on the microsoft .net framework, you will need a copy of the microsoft .net framework 1.1 redistributable package, which can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&displaylang=en. the .net framework is a good thing, because it lets people who program in different languages interract more efficiently.. and i like it. and as always, the *nix and mac people cant use it.. sorry.

i ran my version on a Pentium 233 laptop with 64 meg of ram and it did just fine, a little slow on the refresh and frame opening, but it is otherwise the same as before.

I didn't post this or commit it to the ecucontrol sourceforge project because I didn't want to overwrite anything or blow away files that I deleted to get this all to work.. but I'll commit or if someone wants to commit on my behalf with the approval of the mods, go for it.


Last edited by sanimalp on Tue Feb 15, 2011 4:16 pm, edited 3 times in total.

Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Dec 20, 2005 8:12 am 
Offline

Joined: Tue Jul 27, 2004 3:01 am
Posts: 2945
Location: Tampa bay, Florida
There is a 'Branch' Feature in Sourceforge to do Exactly that... create a separate branch for development where you need to make changes that could affect other development.

At a later time, you can 'Merge' back to the main source after you work around those proprietary issues and other things as they get worked out and stabilized.


Top
 Profile  
Reply with quote  
PostPosted: Tue Dec 27, 2005 8:46 pm 
Offline

Joined: Sat Jul 31, 2004 3:19 am
Posts: 427
[quote="sanimalp" i like it. and as always, the *nix and mac people cant use it.. sorry..[/quote]

you never heard of MONO then. ;)
http://www.mono-project.com/


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Jan 02, 2006 11:53 pm 
Offline

Joined: Wed Jun 29, 2005 3:58 am
Posts: 75
Location: ft. collins
well so much for that... i hope it works for you :D


Top
 Profile  
Reply with quote  
PostPosted: Mon Feb 14, 2011 11:54 pm 
Offline

Joined: Thu Jun 12, 2008 2:38 am
Posts: 33
Location: OZ
Does any one have a backup of the source? Been looking all day and havnt been able to find any links that are still alive.

Thanks.


Top
 Profile  
Reply with quote  
PostPosted: Tue Feb 15, 2011 3:57 pm 
Offline

Joined: Wed Jun 29, 2005 3:58 am
Posts: 75
Location: ft. collins
I have a backup available on my web server. It can be found at:

http://mycomputerninja.com/~jon/ECUControl5_Net.zip

I believe that package has both the source and the installable.

I also updated the original announcement post to include the new path. Hopefully it stays that exact path for a long time.


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 25, 2011 10:03 am 
Offline

Joined: Wed Jan 19, 2011 8:00 pm
Posts: 30
Anyone know how to set up the dev environment for this? I downloaded VS 2010 Express but can't get it to build.

Code:
Error   5   Could not load file or assembly 'Interop.StdType, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.   C:\Users\Joseph\Downloads\ECUControl5_Net\tozip\EcuControl5dotNETsource\AXIMP   EcuControl5.Net


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 25, 2011 11:46 pm 
Offline

Joined: Wed Jan 19, 2011 8:00 pm
Posts: 30
josephcmiller2 wrote:
Anyone know how to set up the dev environment for this? I downloaded VS 2010 Express but can't get it to build.

Code:
Error   5   Could not load file or assembly 'Interop.StdType, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.   C:\Users\Joseph\Downloads\ECUControl5_Net\tozip\EcuControl5dotNETsource\AXIMP   EcuControl5.Net


Never mind, can't be built with Visual Studio without a lot of mods.


Top
 Profile  
Reply with quote  
PostPosted: Wed Feb 08, 2012 10:01 am 
Offline

Joined: Tue Jan 29, 2008 8:32 pm
Posts: 146
I don't see the screen shot.


Top
 Profile  
Reply with quote  
PostPosted: Wed Feb 08, 2012 12:54 pm 
Offline

Joined: Tue Nov 06, 2007 10:12 am
Posts: 282
Location: England
guest0001 wrote:
I don't see the screen shot.


Maybe the link has been removed, it has been 7 years...


Top
 Profile  
Reply with quote  
PostPosted: Wed Feb 08, 2012 11:06 pm 
Offline

Joined: Tue Jan 29, 2008 8:32 pm
Posts: 146
DERRRRR, I'm a dumbass. I never pay attention to posts dates.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group