Got any specs on a interface? see if i can design one?
Edit: found it in the J2610 spec!
Easypeasy hw coms there, reading more now, only TTL and a strobed 20Vpp for programming:)
hmm, been reading more, the 20V strobe is multiplexed on the TX line, and one need to strobe it to get some data.
The Vpp flash strobe voltage is needed to
support the following four functions:
a. Initiating ECU boot-loader mode
b. Reading flash memory electronic signature (manufacturer and device codes)
c. Erasing flash memory
d. Programming flash memory
so a 12v to 20v dc/dc converter is needed that can manage 100mA.
so if one would build an own interface, i would go for a 5v Microcontroler with USB interface power that from the USB power, then connect a regular Serial bridge between some ports of the MCU and the car connector. Then build a DC/DC connector circuit, thats powered from the Car, taking 12v from the car. Then make a stobe circuit controlled from another port of the MCU. So it can be controlled over the USB (via serial adressing)
but if one only need a serial interface theres alot of options, here's one.
http://www.usbgear.com/computer_cable_d ... C601%2C461
and another http://www.pololu.com/catalog/product/391
but these wont solve the 20v programming need. Unless if one can in the serial comunication use th DTR/RTS bits to enable/disable an external circuit. Then it should be very cheap to build a pure SCI interface.
