Menu

MicroDash 0.15 and MTCPS 0.1

2 Anouncements Tonight

I have uploaded the Initial Release of the Microtech Serial Communication Protocol Specifcation (MTCPS), The unoffical serial communication protocol specifcation for the Microtech ECU...
for those of you interested in what ive worked out about the microtech serial protocol, have a read

AND

Release 0.15 of MicroDash! :)

----------

Release 0.15, signifigant code changes since 0.14...

it has been split into 2 parts a front end (climicrodash) and a backend (libmicrodash) the backend is a dll :)

the emulator doesnt just send code from a txt file, it generates the code from values on the fly

there are lots of other changes, including interface changes but these are the major code related changes

Changes from 0.14 to 0.15 as taken from cvs

climicrodash

- renamed MicroDash.cpp to climicrodash.cpp
- Split climicrodash.cpp into the front end climicrodash and a backend libmicrodash
- correct bug relating to number of arguments
- updated to support changes made to libmicrodash.cpp
- Changed Conflicting Defines and removed some header files
- created small console interface with Press enter to update or type q to quit options
- Added Data Dump Capability and changed LOTS of other things...
- Added Emulator and performed numerous other fixes
- Various minor tweaks and changes

libmicrodash

- adding libmicrodash.cpp containg the code removed from climicrodash.cpp
- modfied MDDecode and created a new MDEncode as well as some dependants
- more work on libmicrodash.cpp fixed a few problems with and added more code to MDEncode
- Big update, added threading and did a restructure of many of the functions climicrodash and libmicrodash.h need updates to support changes made to this file
- added MDDataInit function to set the inital value of variables in MDData
- Changed Conflicting Defines and removed some header files
- Fixed MDClientLoops structure pointer use and fixed indefinate wait on connection timeout
- Filled out MTCPSF01E and MTCPSF02E with working code
- Patch to correct serial port baud rate issue under windows
- Added Data Dump Capability and changed LOTS of other things...
- Added Emulator and performed numerous other fixes
- Various minor tweaks and changes

----------

There was a LOT of things that i wanted in the 0.15 release and alot of it made it in, but in the end i have decided to leave some things for 0.16, hopefully there wont be such a long wait for 0.16 :P

Enjoy :)

Posted by SoloFlyer 2007-02-25

Log in to post a comment.