PCM Diagnostics & Tuning HP Tuners | Holley | Diablo
Sponsored by:
Sponsored by:

Inexpensive Opensource Flashing(Read is 100% working)

Thread Tools
 
Search this Thread
 
Old 06-27-2018, 10:49 PM
  #141  
TECH Enthusiast
Thread Starter
 
PeteS160's Avatar
 
Join Date: Oct 2017
Posts: 567
Likes: 0
Received 157 Likes on 73 Posts
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.
Old 07-05-2018, 02:07 PM
  #142  
Registered User
 
dozaengine's Avatar
 
Join Date: Jul 2018
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
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.
Old 07-05-2018, 04:04 PM
  #143  
TECH Resident
 
NSFW's Avatar
 
Join Date: Jan 2018
Posts: 814
Received 117 Likes on 89 Posts
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++.
Old 07-05-2018, 08:47 PM
  #144  
Registered User
 
dozaengine's Avatar
 
Join Date: Jul 2018
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
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?
Old 07-05-2018, 08:59 PM
  #145  
TECH Resident
 
NSFW's Avatar
 
Join Date: Jan 2018
Posts: 814
Received 117 Likes on 89 Posts
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!
Old 07-13-2018, 08:17 PM
  #146  
TECH Senior Member
iTrader: (25)
 
truckdoug's Avatar
 
Join Date: Nov 2013
Location: Portlandia
Posts: 6,330
Received 526 Likes on 356 Posts

Default

bump it up. whats new?
Old 08-13-2018, 05:01 PM
  #147  
9 Second Club
iTrader: (11)
 
i420tom's Avatar
 
Join Date: Mar 2007
Location: chicago burbs
Posts: 351
Received 6 Likes on 5 Posts

Default

Any updates yet?
Old 08-15-2018, 09:23 PM
  #148  
TECH Resident
 
NSFW's Avatar
 
Join Date: Jan 2018
Posts: 814
Received 117 Likes on 89 Posts
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.
Old 08-15-2018, 09:32 PM
  #149  
TECH Senior Member
iTrader: (25)
 
truckdoug's Avatar
 
Join Date: Nov 2013
Location: Portlandia
Posts: 6,330
Received 526 Likes on 356 Posts

Default

awesome. i better get my hardware bought.
Old 08-15-2018, 09:38 PM
  #150  
9 Second Club
iTrader: (11)
 
i420tom's Avatar
 
Join Date: Mar 2007
Location: chicago burbs
Posts: 351
Received 6 Likes on 5 Posts

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
Old 08-15-2018, 10:48 PM
  #151  
TECH Resident
 
NSFW's Avatar
 
Join Date: Jan 2018
Posts: 814
Received 117 Likes on 89 Posts
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.
Old 08-15-2018, 11:58 PM
  #152  
TECH Enthusiast
Thread Starter
 
PeteS160's Avatar
 
Join Date: Oct 2017
Posts: 567
Likes: 0
Received 157 Likes on 73 Posts
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.
Old 08-16-2018, 11:43 AM
  #153  
TECH Senior Member
iTrader: (25)
 
truckdoug's Avatar
 
Join Date: Nov 2013
Location: Portlandia
Posts: 6,330
Received 526 Likes on 356 Posts

Default

can confirm ls droid alpha works great thank for all your help pete!
Old 08-16-2018, 02:45 PM
  #154  
9 Second Club
iTrader: (11)
 
i420tom's Avatar
 
Join Date: Mar 2007
Location: chicago burbs
Posts: 351
Received 6 Likes on 5 Posts

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?
Old 08-16-2018, 03:08 PM
  #155  
TECH Senior Member
iTrader: (25)
 
truckdoug's Avatar
 
Join Date: Nov 2013
Location: Portlandia
Posts: 6,330
Received 526 Likes on 356 Posts

Default

I use the OBDLink MX and it's seems legit
Old 08-16-2018, 03:29 PM
  #156  
9 Second Club
iTrader: (11)
 
i420tom's Avatar
 
Join Date: Mar 2007
Location: chicago burbs
Posts: 351
Received 6 Likes on 5 Posts

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; 08-16-2018 at 03:59 PM.
Old 08-16-2018, 04:15 PM
  #157  
TECH Enthusiast
Thread Starter
 
PeteS160's Avatar
 
Join Date: Oct 2017
Posts: 567
Likes: 0
Received 157 Likes on 73 Posts
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.
Old 08-16-2018, 05:04 PM
  #158  
TECH Senior Member
iTrader: (25)
 
truckdoug's Avatar
 
Join Date: Nov 2013
Location: Portlandia
Posts: 6,330
Received 526 Likes on 356 Posts

Default

^ yes both vin and serial on p1's only vin on p59's
Old 08-16-2018, 10:32 PM
  #159  
Teching In
 
Arcturis144's Avatar
 
Join Date: Aug 2018
Location: Manitoba, Canada
Posts: 6
Likes: 0
Received 0 Likes on 0 Posts
Default

My vcx-nano clone connects and reads Info, would be interested in seeing if it will read and write?
Old 08-17-2018, 01:23 AM
  #160  
TECH Resident
 
NSFW's Avatar
 
Join Date: Jan 2018
Posts: 814
Received 117 Likes on 89 Posts
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.


Quick Reply: Inexpensive Opensource Flashing(Read is 100% working)



All times are GMT -5. The time now is 10:06 AM.