techie66 / libIgnitech

Library to read information from the Ignitech TCIP-4 ignition controller.
GNU General Public License v2.0
6 stars 0 forks source link

TCIP4 to CAN bridge #16

Open kurt-k3po opened 2 years ago

kurt-k3po commented 2 years ago

How about building a TCIP4 to CAN bridge? Idea is to read out TCIP4 with the known serial protocol an put the read values out on CAN bus in several CAN streams (ISO 11898). This would help to use other CAN enabled app, e.g. RealDash for logging and display and e.g. MegaLogViewer for evaluation.

techie66 commented 2 years ago

EDL is now getting those features in the form of OBD2 support. ie. if CAN is enabled, EDL responds to OBD2 requests just like any other car. feature set is minimal right now, it only reports RPM, but the framework is there to add more data points. I have no plans to add such a utility as part of libIgnitech, that seems like a job for a separate project that depends on libIgnitech.