Already changed m8![]()
hi
this is my first post.You guys are doing good job.Making upa usb programmer so good and easy to use.
Welldone
Hello. Could you try my scripts and tell me the results.
digikeys (30th December, 2016), eleeinidis (9th May, 2017), Krittanu (1st August, 2016), LEANDRO SANDES TEIXEIRA (26th June, 2016), pintobraz (29th July, 2014)
hello
please post script for ford and honda nissan toyota odo calculation .thankx
My most wanted script is for hc908 specific to the Renault Espace bcu & dash. One to change the km/mls in the bcu the other to reset the dash to zero. Can it be done?
I have a tacho universal that does not want to work right now ( I seem to be drawn to chinese shit kit) & my Espace needs to go in for mot asap.
Thanks in advance.
Wow!!!! So many writer of Remobjects Pascal here
Thanks for the MMC script, all of you are great!!!!
But I think it will be better if we calculate also the checksum
I experience this in EVO 10 when CRC is wrong, it doesn't want to run the odometer mileage, but the trip and the neddles are working good
Attach is the edited script, I dont touch any instructions from the orig script just added the chksum calculation and error message, to respect the original author
autosoftbrasil (19th November, 2021), badboyguru006 (19th March, 2025), BimmerGT1 (28th June, 2013), BlacksunLE (7th April, 2017), caprariu (9th February, 2023), davidjmj (9th April, 2015), digikeys (30th December, 2016), gameiruz (8th January, 2014), hbalazs (30th August, 2020), Jashmine1983 (6th December, 2014), karzan1977 (18th December, 2019), LEANDRO SANDES TEIXEIRA (26th June, 2016), marikette (24th December, 2023), ouragh (11th February, 2018), pintobraz (29th July, 2014), spower (4th June, 2013), tanas (18th September, 2024)
Dalautos (11th July, 2020), gameiruz (14th December, 2014), Krittanu (1st August, 2016), LEANDRO SANDES TEIXEIRA (26th June, 2016), mariusz971 (7th August, 2013), pintobraz (29th July, 2014)
I'm need UPA script for read MCU (MC9S12DG128) Body Computer FIAT New Panda....THANKS
come si usano gli script?
cosa bisogna fare per attivarli?
OriginallyBody Computer FIAT
Last edited by Master01; 29th May, 2014 at 08:48 AM.
đđĐđß$đĐßđßđßđđääđłldkf>>;*;ßßߤߤ;>>;>ßߤ]$ß$÷÷×ßß]¤¤¤]ß$$[ß[¤ĐĐß[ß...
Last edited by Master01; 14th June, 2018 at 10:36 AM.
you can make your own script than to ask members who have ready to use script,
There is a lot of examples here, just an imagination and a simple calculation and you will be learn little by little, the others will not grab your knowledge from you
as for example below, the instruction is for Toyota denso
just to improve it and you can make it with your own
/// ****************** Denso Code *************** //
procedure NewKM;
var
n3,n2,new_KM: integer;
n1,code,n4: String;
begin
SetProgramModifiedOnly( true );
if InBox( 'Enter KM', 'New KM',code ) then begin
if length( code ) >6 then begin
if MsgBox( 'Out of Range', 'Error', MB_RETRYCANCEL ) = IDRETRY then begin
NewKM;
end;
exit;
end;
/// *******CALCULATION ************** //
new_km:= (strtoint(code)+1000000);
n1 := '$' +inttostr(new_KM);
n2 := strtoint(n1);
n3 := $FFFFFFF - (n2);
n4 := inttohex(n3,2);
// ******* END of CALCULATION *********//
//********* OFFSETS *********///
SetByteHexEdit( $A,(strtoint ('$'+n4[2]+n4[3])));
SetByteHexEdit( $9,(strtoint ('$'+n4[4]+n4[5])));
SetByteHexEdit( $8,(strtoint ('$'+n4[6]+n4[7])));
end;
AdrianCR (8th December, 2020), gameiruz (8th January, 2014), Paing Paing (20th November, 2018), pintobraz (29th July, 2014), Tariel (1st June, 2016)
im test and work 100 %![]()
please post ford 9s12 script for focus,fiesta and fusion
thankx
antonypaul (17th February, 2014), BBDOPAI (24th March, 2019), BimmerGT1 (28th June, 2013), pintobraz (29th July, 2014), Tariel (1st June, 2016)
Bookmarks