Star Diagnostic System
I would certainly like the ability to program a black box to accept aftermarket devices, radio, navigation, radar detector, other phones, etc.... and then have it all accessible through the current native interface (i'd have to know all details of current DB2 protocol used and any variations that MBZ employs). MBZ would **** of course.
Legally as part of my rights of ownership I would contend that since I can't get the options I want ( e.g. command sucks I want an Alpine Navigation system) that MBZ is engaging in monopolistic practice by not opening up their interface.
http://www.samstagsales.com/star_diagnosis.htm
These "MARKS" established themselves as premier automobiles and want their service teams to be exclusive. Hence the high cost of entry to the service side of the business.
Kinda reminds you of Microsoft doesn't it? (do not get me wrong I am a proponent of Microsoft and of the proprietary service side of the automobile and aircraft service, for numerous reasons)
I am a big fan of having some limited info available such as with Posrche for instance. I can jack my hand held or PDA into the system and get dyno readings and other stuff which may be helpful in determining IF I have an issue that needs a Tech or I can adjust myself.
Just thought I would chime in.
Trending Topics
http://www.mercedesshop.com/ottoscan/ottoscan.htm
The Best of Mercedes & AMG




This is available for Palms from Mercedesshop.com. Don't have any experience with it, but looks interesting.
http://www.mercedesshop.com/ottoscan/ottoscan.htm
That product for the palm is a ODBC reader. Far from what the Star Diag. System can do and program.
The cheapest ODB-II Windows based diagnostic setup I've seen was $82 and one for $112. The $112 seems pretty complete but don't expect it to change settings, for that you will have to hack the puppy but it doesn't look impossible. The best thing is to find a Star Diagnostic system and put a break out box at the serial port and log the traffic between it and the car. It must pass a password or some handshaking to get through to the menus. Break that and the world is yours. MB would have a fit if the program ended up on forums worldwide.
http://www.obd-2.com/
http://www.msu.edu/~guentche/guentch...I/project.html
... The best thing is to find a Star Diagnostic system and put a break out box at the serial port and log the traffic between it and the car. It must pass a password or some handshaking to get through to the menus. Break that and the world is yours. ...
Is the connector the covered black thingy to the left of the steering wheel under the dash, next to the hood release?
HOWEVER, the protocols are defined, but the meaning of the data in the requests and responses that are made to the vehicle and what requests each ECU supports are not publically avaialble, and my software project therefore can not do anything but talk to the engine management system for OBDII/EOBD diagnostic purposes.
OBDII is the US mandated emissions diagnostic interface. EOBD is the European version (mandated from this year I think). A scantool is the "standard" device that can interrogate for the emissions diagnostic information.
There are a couple of hand-held mercedes diagnostic units avaialble in the USA from Snap-on for instance.
What I intend to do in the long run is to use the software I have written to produce a framework where users can easily add configuration files that can define what requests are made and what menu's the user sees.
That, of course, requires someone to work out what Star diagnosis or the VW/Audio VAG1552 tools etc do. And there arent enough hours in the day for me to do that, and I wouldnt like to break any IPR/copyrights that the auto manafacturers have !
The data between the Star diagnosis and the ECU's are not encrypted. With the correct electrical interface you can read it.
Some ECUs will have a password to enable configurable features, others wont.
On ML, new C and later, all the ECU's diagnostic lines are presented on different pins of the J1962 connector. The engine related ones are on the OBDII defined pin, the other control units are on the pins "reserved for manafacturer use". On older cars the J1962 connector only appeared on US vehicles and only had the engine management system, all other ECUs were presented on a 33 pin diagnostic connector under the bonnet (on the other side to the fusebox under that rotary cap removed with a 13mm socket)
Hope that helps !
R
The protocols that the latest MB (and many other manafacturers) control units talk are defined in IS9141 and ISO14230 documents, and in fact I have released the first release (and about to release the second) of an open-source implementation on those protocols including a scantool for Linux. MB also have a special protocol that they use to talk to the auto-gearbox controller, which I snooped the protocol when a MB star diagnosis system was connected to the car :-)
HOWEVER, the protocols are defined, but the meaning of the data in the requests and responses that are made to the vehicle and what requests each ECU supports are not publically avaialble, and my software project therefore can not do anything but talk to the engine management system for OBDII/EOBD diagnostic purposes.
OBDII is the US mandated emissions diagnostic interface. EOBD is the European version (mandated from this year I think). A scantool is the "standard" device that can interrogate for the emissions diagnostic information.
There are a couple of hand-held mercedes diagnostic units avaialble in the USA from Snap-on for instance.
What I intend to do in the long run is to use the software I have written to produce a framework where users can easily add configuration files that can define what requests are made and what menu's the user sees.
That, of course, requires someone to work out what Star diagnosis or the VW/Audio VAG1552 tools etc do. And there arent enough hours in the day for me to do that, and I wouldnt like to break any IPR/copyrights that the auto manafacturers have !
The data between the Star diagnosis and the ECU's are not encrypted. With the correct electrical interface you can read it.
Some ECUs will have a password to enable configurable features, others wont.
On ML, new C and later, all the ECU's diagnostic lines are presented on different pins of the J1962 connector. The engine related ones are on the OBDII defined pin, the other control units are on the pins "reserved for manafacturer use". On older cars the J1962 connector only appeared on US vehicles and only had the engine management system, all other ECUs were presented on a 33 pin diagnostic connector under the bonnet (on the other side to the fusebox under that rotary cap removed with a 13mm socket)
Hope that helps !
R




