Search found 3 matches

by erich
Wed Mar 27, 2019 9:16 pm
Forum: TunerPro Discussion
Topic: LC-1 Plugin source
Replies: 0
Views: 8249

LC-1 Plugin source

Hey guys, If anyone cares I put the source for this plugin up on bitbucket https://bitbucket.org/honsch/lc1plugin/src/master/ Feel free to modify, fork, clone, and abuse the source. Don't ask for to much help though, I haven't had a windows box in years and have no way to compile it anymore. Have fun!
by erich
Thu Jun 13, 2013 3:13 pm
Forum: TunerPro Discussion
Topic: Working on a plugin
Replies: 1
Views: 6153

Working on a plugin

So the plugin I'm working on for data acquisition is having a curious call order from the app. When I click on the "Acquire Data (Connect/Disconnect)" toolbar icon, the plugin InitializeHardware() method is called (as expected), followed by the SetTimeouts() method (that is also expected) ...
by erich
Fri Feb 24, 2006 9:49 pm
Forum: Feature Suggestions
Topic: DLL plugin support for custom emulators
Replies: 0
Views: 6090

DLL plugin support for custom emulators

I would love to see a plugin style custom emulator interface. I have built a custom emulator that sits in the ECU but don't want to go and write a custom ROM editor. If I could get a call like UpdateROM(address, value) I could write a little DLL to interface with my custom hardware. If others wanted...