[B]Car Computer 98%[|||||||||-]
Install Plan 100%[||||||||||]
Styling 20%[||--------]
Install 0%[----------]
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
I was also wondering if I could get the source code for the software, if your worried about anything along the lines of software theft all I want is the program its self not the DLL. I would like to get started on the StreetDeck integration plus I can do a better job testing the software if I can see it from behind... if you know what I mean.
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
Software is free, hardware prices are at www.fusioncontrolcentre.com/store.php
It's in beta now, will be for sale in under a month.
After StealthRT's post with close up pictures I noticed something out of place on my board, I had previously taken a very close look at all of the board because of an odd error where tuning on DO #7 meant that #8 turned off... well I found the error, it was a blatant oversight from the manufacture. I was dumb enough to not take a picture but in the posted picture circled is what was over soldered. What makes this the manufactures fault was the fact that it had been somewhat trimmed away but the bridge was still there. This did not help me while I was looking for the error because it looked like it was supposed to be there.
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
Cool. The software is open source. I just didn't want to release it until it is somewhat finished so that we dont have multiple half-finished softwares floating around. I can send you the raw *.cs files for the dll interface if you want. It is actually really really easy the way we set it up. You send a byte array and you get a byte array all with 1 command through the dll. In .NET (which is managed) you will need to compile with /unsafe and wrap your classes in unsafe parameters. C# is not a happy camper when you play with manual stack allocations and pointers. Give me a few minutes/hours.
Do you mind if we use that picture to yell at the manufacturer with? Is it something you are capable of fixing? I would assume so because you were able to find the flaw in the trace.
Fusion Brain Version 6 Released!
1.9in x 2.9in -- 47mm x 73mm
30 Digital Outputs -- Directly drive a relay
15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
Buy now in the MP3Car.com Store
Its not my picture, its StealthRT's, I didn't have my camera so I used his and just edited the circle onto it so you'd really have to ask him but I would say yes. I have already fixed it (how else would I know if it worked or not :P). I had a feeling you two were scratching your heads trying to figure out what went wrong so I figured Id post the info as soon as I tried it out.
Edit: Yes, PM me or email me the source if you want too, I feel you about the finishing thing, I wish I could have cleaned up some of my old code before I showed it off... oh well, its up to you.
"Mess with the best, die like the rest."
Work Log --> Old Car (Totaled)
Work Log v2 --> New Car (Totaled)
Work Log v3 --> GMC Suburban K2500 (Work in progress)
Sure go for it 2k1Toaster.
BTW, send me the source and blah blah since it seems the program has changed some since the last time (3 weeks) u sent me the latest one.
David
and yeah, just in case its needed.. heres the super-sized pic:
David
The main soruce code. All the brain stuff is in here. The other like 15 source files are mostly for configuration (265kb):
http://www.fusioncontrolcentre.com/S.../FusionForm.cs
What communicates with the dll (7kb):
http://www.fusioncontrolcentre.com/S...b_interface.cs
Fusion Brain Version 6 Released!
1.9in x 2.9in -- 47mm x 73mm
30 Digital Outputs -- Directly drive a relay
15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
Buy now in the MP3Car.com Store
Bookmarks