PCM Diagnostics & Tuning HP Tuners | Holley | Diablo

Inexpensive Opensource Flashing(Read is 100% working)

Thread Tools
 
Search this Thread
 
Old Jun 27, 2018 | 10:49 PM
  #141  
PeteS160's Avatar
Thread Starter
TECH Enthusiast
5 Year Member
 
Joined: Oct 2017
Posts: 567
Likes: 159
Default

Originally Posted by i420tom
I've got my cable now, is there any software anyone can send me to start testing reading and/or writing? I don't care if it's glitch or slow.
Feel free to pm me!
Thanks
As always the most current version of the program can be found HERE

You will need a flash kernel for the program to be able to read a PCM however things like Vin number change and identifying the Pcm will work. You will need Microsoft Visual Studio installed to run the program, we do not have a ready to run copy avaible at this time since this is still a work in progress.

Things are getting wrapped up with stability for "in vehicle" reads and a flash kernel that will be suitable for general use is complete as well. When the software is ready for use and available in a .exe format you can be sure every one and their brother will know about it.

We've learned a lot from mistakes made in previous attempts to do this by others(open source flashing) and are making sure that the outcome of this doesn't suffer similar drawbacks.
Reply
Old Jul 5, 2018 | 02:07 PM
  #142  
dozaengine's Avatar
Registered User
 
Joined: Jul 2018
Posts: 2
Likes: 0
Default

Pete

Can you tell me what hurdles we would have to port things to MacOS/Linux? I think I would be able to relatively easily port the program to C++ to be able to compile in linux based systems. My guess is the AllPro USB interface would be my best bet for getting something actually working (i.e. reading/writing to PCM) since it is programmable. Any initial guidance would be much appreciated. As my first step I was thinking, I'll would port the C# to C++ and run a command line based interface, create some unit-tests for it.


A little of where I am coming from, I'm new to the PCM Tuner world, I have +5 years programming embedded realtime systems in C/C++, and have a engine swap project with my father that needs a tune. Looking through the forums and devices/software selling over $100s, I can't get myself to purchase that when I know we are simply reading/writing bits.
Reply
Old Jul 5, 2018 | 04:04 PM
  #143  
NSFW's Avatar
TECH Fanatic
5 Year Member
Liked
Loved
Community Favorite
 
Joined: Jan 2018
Posts: 1,053
Likes: 196
Default

One of the next things on my to-do list is splitting the current code into an executable that contains only the GUI and other platform-specific stuff, and a library that contains everything else. The library will be written to .Net Core, which is available on Mac and Linux.

At that point it might be easier to write a command-line tool in C# than in C++.
Reply
Old Jul 5, 2018 | 08:47 PM
  #144  
dozaengine's Avatar
Registered User
 
Joined: Jul 2018
Posts: 2
Likes: 0
Default

Originally Posted by NSFW
One of the next things on my to-do list is splitting the current code into an executable that contains only the GUI and other platform-specific stuff, and a library that contains everything else. The library will be written to .Net Core, which is available on Mac and Linux.

At that point it might be easier to write a command-line tool in C# than in C++.
Sounds like a solution. Having to use visual studios and paying for a license is something I would prefer not to do. I’ve started looking into .NET Core. I’ll provide a pull request of a command line interface. Do you have a preferred communication channel for development questions/coordination?
Reply
Old Jul 5, 2018 | 08:59 PM
  #145  
NSFW's Avatar
TECH Fanatic
5 Year Member
Liked
Loved
Community Favorite
 
Joined: Jan 2018
Posts: 1,053
Likes: 196
Default

There's a free version of Visual Studio now:
https://visualstudio.microsoft.com/vs/community/
Far as I can tell, it's comparable to what used to be the "Professional" version.

There's also Visual Studio Code, which is cross-platform:
https://code.visualstudio.com/download
I haven't used it myself but apparently it needs to be configured for C# / Net after you install it:
https://code.visualstudio.com/Docs/languages/csharp

We have a Slack channel - if you PM me your email address I'll send you an invitation.

Thanks in advance for helping out!
Reply
Old Jul 13, 2018 | 08:17 PM
  #146  
truckdoug's Avatar
9 Second Club
10 Year Member
Liked
Loved
Community Favorite
iTrader: (26)
 
Joined: Nov 2013
Posts: 6,389
Likes: 558
From: Portlandia
Default

bump it up. whats new?
Reply
Old Aug 13, 2018 | 05:01 PM
  #147  
i420tom's Avatar
9 Second Club
iTrader: (11)
 
Joined: Mar 2007
Posts: 351
Likes: 6
From: chicago burbs
Default

Any updates yet?
Reply
Old Aug 15, 2018 | 09:23 PM
  #148  
NSFW's Avatar
TECH Fanatic
5 Year Member
Liked
Loved
Community Favorite
 
Joined: Jan 2018
Posts: 1,053
Likes: 196
Default

It's been slow lately but I think we're pretty close to releasing a version that can read the full BIN file from the PCM. Maybe within a couple weeks.
Reply
Old Aug 15, 2018 | 09:32 PM
  #149  
truckdoug's Avatar
9 Second Club
10 Year Member
Liked
Loved
Community Favorite
iTrader: (26)
 
Joined: Nov 2013
Posts: 6,389
Likes: 558
From: Portlandia
Default

awesome. i better get my hardware bought.
Reply
Old Aug 15, 2018 | 09:38 PM
  #150  
i420tom's Avatar
9 Second Club
iTrader: (11)
 
Joined: Mar 2007
Posts: 351
Likes: 6
From: chicago burbs
Default

I'm also interested in the Ls Droid flash for p59 and p01 haven't got a chance to test the p01 alpha version
Reply
Old Aug 15, 2018 | 10:48 PM
  #151  
NSFW's Avatar
TECH Fanatic
5 Year Member
Liked
Loved
Community Favorite
 
Joined: Jan 2018
Posts: 1,053
Likes: 196
Default

Originally Posted by truckdoug
awesome. i better get my hardware bought.
The USB version of the AllPro adapter is the best way to go...

http://www.obddiag.net/products.html

The web site is a bit primitive, but the hardware is great.
Reply
Old Aug 15, 2018 | 11:58 PM
  #152  
PeteS160's Avatar
Thread Starter
TECH Enthusiast
5 Year Member
 
Joined: Oct 2017
Posts: 567
Likes: 159
Default

Originally Posted by i420tom
I'm also interested in the Ls Droid flash for p59 and p01 haven't got a chance to test the p01 alpha version
My app to read and in time write P01 & P59 calibration data(possibly OS as well)is developed in tandem with the Pcm hammer since they use the same flash kernels.

If your referring to the version that writes the Vin, Serial number and Seek/Key..... the P01 Alpha version has been posted with the relevant Youtube video for a while now. To get Serial/Seed/Key working with the P59 requires a flash kernel and since it hasn't been written yet the app has been on hold. It's hard to complete an app when half of it doesn't work yet.

Eventually every thing Android related I've done will be rolled into one app.
Reply
Old Aug 16, 2018 | 11:43 AM
  #153  
truckdoug's Avatar
9 Second Club
10 Year Member
Liked
Loved
Community Favorite
iTrader: (26)
 
Joined: Nov 2013
Posts: 6,389
Likes: 558
From: Portlandia
Default

can confirm ls droid alpha works great thank for all your help pete!
Reply
Old Aug 16, 2018 | 02:45 PM
  #154  
i420tom's Avatar
9 Second Club
iTrader: (11)
 
Joined: Mar 2007
Posts: 351
Likes: 6
From: chicago burbs
Default

Got Droid alpha to read, but it won't write, I suspect that my cheap BT adapter is to blame. Which adapter is a good one to buy?
Reply
Old Aug 16, 2018 | 03:08 PM
  #155  
truckdoug's Avatar
9 Second Club
10 Year Member
Liked
Loved
Community Favorite
iTrader: (26)
 
Joined: Nov 2013
Posts: 6,389
Likes: 558
From: Portlandia
Default

I use the OBDLink MX and it's seems legit
Reply
Old Aug 16, 2018 | 03:29 PM
  #156  
i420tom's Avatar
9 Second Club
iTrader: (11)
 
Joined: Mar 2007
Posts: 351
Likes: 6
From: chicago burbs
Default

Originally Posted by truckdoug
I use the OBDLink MX and it's seems legit
Have you tried to write serial number? I've only been successful with Vin write

I want to try the Bluetooth all pro for the android app. Can we confirm that the Bluetooth all pro works for the Vin and serial write?

Last edited by i420tom; Aug 16, 2018 at 03:59 PM.
Reply
Old Aug 16, 2018 | 04:15 PM
  #157  
PeteS160's Avatar
Thread Starter
TECH Enthusiast
5 Year Member
 
Joined: Oct 2017
Posts: 567
Likes: 159
Default

Originally Posted by i420tom
Have you tried to write serial number? I've only been successful with Vin write

I want to try the Bluetooth all pro for the android app. Can we confirm that the Bluetooth all pro works for the Vin and serial write?
As of about 2 months ago the Allpro BT was not working yet. The only "off the shelf" adapter that is working right now with my apps are the OBDlink Lx and Mx.

Serial write in the Alpha version only works on the 512K pcm's currently. Vin write works on both 512K and 1mb.
Reply
Old Aug 16, 2018 | 05:04 PM
  #158  
truckdoug's Avatar
9 Second Club
10 Year Member
Liked
Loved
Community Favorite
iTrader: (26)
 
Joined: Nov 2013
Posts: 6,389
Likes: 558
From: Portlandia
Default

^ yes both vin and serial on p1's only vin on p59's
Reply
Old Aug 16, 2018 | 10:32 PM
  #159  
Arcturis144's Avatar
Teching In
 
Joined: Aug 2018
Posts: 6
Likes: 0
From: Manitoba, Canada
Default

My vcx-nano clone connects and reads Info, would be interested in seeing if it will read and write?
Reply
Old Aug 17, 2018 | 01:23 AM
  #160  
NSFW's Avatar
TECH Fanatic
5 Year Member
Liked
Loved
Community Favorite
 
Joined: Jan 2018
Posts: 1,053
Likes: 196
Default

It should work with the Windows app, when we release it. I don't know about the Android app, but PeteS160 can fill you in there.
Reply



All times are GMT -5. The time now is 05:20 PM.