Page 1 of 2

Marcos' development diary!

Posted: Sun Jun 20, 2010 5:03 am
by Fred
Mate, use this thread to post your updates etc in, everyone else (including me), use the comments thread!

Fred.

Re: Marcos' development diary!

Posted: Sun Jun 20, 2010 9:29 pm
by nitrousnrg
Cool! I Have a thread for my own :-)
Feels kind of lonely =P

The only thing I did today was the removal of all the compiler warnings, I'm still thinking what to do next: finish the packet decoder or improve the GUI flexibility... I'll let you know.

Re: Marcos' development diary!

Posted: Sun Jun 20, 2010 10:48 pm
by nitrousnrg
Initial color settings fixed. Now it looks in ~/.config/FreeEMS

Re: Marcos' development diary!

Posted: Mon Jun 21, 2010 5:12 am
by nitrousnrg
Hangs while resizing window fixed

Re: Marcos' development diary!

Posted: Mon Jun 21, 2010 4:11 pm
by nitrousnrg
quicktune bug fixed, it was a segfault caused by attempts to write beyond the limits of the VE table.
You may notice that a change in quicktune should induce the change in color of the table, and the update of the 3D surface. Well... it was pretty hard on the cpu, so I de-implemented it until i find a better way to do it. I will be back, don't worry.

By the way, in DataExamples/ are a few config files -the ones I've used in my car-. Fiat palio fire lean.txt is the last I used.

Re: Marcos' development diary!

Posted: Mon Jun 21, 2010 11:32 pm
by nitrousnrg
Removed the labels in the 3d surface. It was the fastest way I found to get rid of those wierd characters.

Now it looks like this:

Image
mmm, probably too much resolution.

Marcos

Re: Marcos' development diary!

Posted: Wed Jun 23, 2010 5:26 am
by nitrousnrg
The main table headers can be modified. Useless on my EMS, but a must in FreeEMS. The pop up pops up with a right mouse click on the main table.

Re: Marcos' development diary!

Posted: Sun Jun 27, 2010 4:37 pm
by nitrousnrg
Probably working datalog. It worked for me with a datalog file (ECUmanager/Data Examples/comms20100421201222.bin)
Checksums not implemented yet.

Re: Marcos' development diary!

Posted: Sun Jun 27, 2010 11:15 pm
by nitrousnrg
ECUmanager went multiplatmform :-)

I still have to figure it out how to automatize the building in different platforms...

Image


I'm *really* happy with this. Feels like a milestone :-)

Re: Marcos' development diary!

Posted: Mon Jun 28, 2010 2:31 am
by nitrousnrg
Latest version available on github.
It compiles on windows flawlessly! :-)

"Code once, deploy everywhere" =D
Well, enough for today, see ya.

The next TODO is provide a configurable serial port, and confirm that the packet decoder works.