Page 1 of 1

dev console development thread

Posted: Sat Mar 07, 2015 4:36 am
by AndreyB
I was really hoping to avoid spending time on a tuning utility but people need to be able to tune reliably and I can not provide this unless I control both ends of the USB cable.

romraider which is originally a Subaru reflashing tool is written in Java, it's GPL - so looks like I am going to hack it into our dev console. Already found a bug but boy it's so nice to be able to fix those bugs myself!

Re: dev console development thread

Posted: Sat Mar 07, 2015 4:39 am
by AndreyB
Image

Got romraider code to read rusEfi config already, next step would be making it work with rusEfi instead of a file.

Re: dev console development thread

Posted: Tue Mar 10, 2015 4:11 am
by AndreyB
Dev console is now using binary protocol.

First very, very raw version of console with build-in table editor is ready. Will shoot a video once it's a bit more stable. Once this is more reliable, we would have all communication within the same serial wire. Needs a lot of java work to look nice :(