ECUmanager screen shot on Fred's PC [56k hmmmm]

Marcos Chaparro's GPL C++/QT tuning application, now supports FreeEMS too!
Post Reply
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

ECUmanager screen shot on Fred's PC [56k hmmmm]

Post by Fred »

Enjoy :-)

Image

Congrats Marcos on a fine job so far!

Fred.
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
AbeFM
Post Whore!
Posts: 629
Joined: Sat Feb 16, 2008 12:11 am
Location: Sunny San Diego
Contact:

Re: ECUmanager screen shot on Fred's PC

Post by AbeFM »

OMG that rocks! What's the graph on the top right? Could the big map table be thinned just a bit so you can see it all?

Man, this is really cool.... Ok, more oogling, then I'll comment.
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: ECUmanager screen shot on Fred's PC

Post by nitrousnrg »

Hi! i'll be happy if i can set it up for freeEMS.

Today the project has been approved in sourceforce.net, so if anyone is interested, there will be a download page.

First i want to separate the PIC part from the -possible- freeEMS part. This way we could use the same application in both hardwares. To start testing the serial port, look for
QString buffer = serial->read(available);
buffer will hold the data received from the serial port (default: ttyUSB0). connect() member open the serial port.
qDebug() is a handy function. Use it!

There is no multithreading yet, and that ugly 3d surface needs lots of .cpp and .h files to work. Anyway, i'm pretty happy with this.

I've never been in sourceforge before, this might take a while...

http://vimeo.com/720156

Image

Image

Image

Marcos
Marcos
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: ECUmanager screen shot on Fred's PC [56k hmmmm]

Post by nitrousnrg »

Hi there. I'm uploading the second release..
The only difference is that it have a separate thread to do all the communications.
Its just a new class to have it easier to write a different comm spec.

If i can see JEMS i can try to port ECUmanager to freeEMS.
Byebye

Marcos
Marcos
User avatar
Fred
Moderator
Posts: 15431
Joined: Tue Jan 15, 2008 2:31 pm
Location: Home sweet home!
Contact:

Re: ECUmanager screen shot on Fred's PC [56k hmmmm]

Post by Fred »

nitrousnrg wrote:If i can see JEMS i can try to port ECUmanager to freeEMS.
As soon as there is anything to see I'll bang one out I promise :-)

ECUManager downloads :

http://sourceforge.net/project/showfile ... _id=232511
DIYEFI.org - where Open Source means Open Source, and Free means Freedom
FreeEMS.org - the open source engine management system
FreeEMS dev diary and its comments thread and my turbo truck!
n00bs, do NOT PM or email tech questions! Use the forum!
The ever growing list of FreeEMS success stories!
User avatar
nitrousnrg
LQFP144 - On Top Of The Game
Posts: 468
Joined: Tue Jun 24, 2008 5:31 pm

Re: ECUmanager screen shot on Fred's PC [56k hmmmm]

Post by nitrousnrg »

Oh, yes. I forgot that part :D
Thanks

Marcos
Marcos
Post Reply