pablobuenaposada / HonDash

Dashboard for Hondata K-Pro & S300 ECUs
GNU Affero General Public License v3.0
66 stars 28 forks source link

Other sensor information #217

Open mkotyk opened 3 years ago

mkotyk commented 3 years ago

Hi project owner, I've been working on my own KPro data logging tools. I started in 2010 and then I forgot about it for a long time, but have recently been able to completely simulate a KPro ECU from a datalog (and by rewriting the EEPROM of an FT232R using FT_Prog).

You may find the information I have in my message formats useful. https://github.com/mkotyk/kpro-datalog/tree/main/library/src/main/kotlin/com/psyndicate/kprodatalog/kpro2

Cheers, Mark

pablobuenaposada commented 3 years ago

wow, that's pretty cool, I need to sit down and read carefully your code but one question, so it pulls the data from the usb or just works with the data logging files that you can download from the ecu?

mkotyk commented 3 years ago

Both :) It's reading the USB and making a compatible .kdl file which can then be read by KManager, or you can take an existing .kdl file and replay it through the tool and KManager will accept it as if it were a genuine ECU.

pablobuenaposada commented 3 years ago

that's really cool, could you a guide about how to use this project in FT232R?