prj
|
|
« Reply #2250 on: March 27, 2023, 07:34:21 AM »
|
|
|
CAN_XON_XOFF is some DICE specific bs, all normal J2534 adapters (including DICE) work with 5 and 6. No idea what's different there, I know there are some people using DICE with my tool (not in Volvo application) and it works for them.
|
|
|
Logged
|
|
|
|
Cheekano
Full Member
Karma: +4/-1
Offline
Posts: 60
|
|
« Reply #2251 on: March 29, 2023, 03:29:28 AM »
|
|
|
Does old logger works?
The first one you posted, but the signed argument is not being recorded.
|
|
|
Logged
|
|
|
|
Rolle1974
Jr. Member
Karma: +0/-0
Offline
Posts: 25
|
|
« Reply #2252 on: April 05, 2023, 03:03:27 PM »
|
|
|
I have a question about a idé i got. If i putt in 2pc 29f800 chip on topp of each other and use ”Vss” as on/off on each chip. Can that possible work to switch betwin two different Maps? One original and one tune chip….
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #2253 on: April 05, 2023, 04:23:02 PM »
|
|
|
I have a question about a idé i got. If i putt in 2pc 29f800 chip on topp of each other and use ”Vss” as on/off on each chip. Can that possible work to switch betwin two different Maps? One original and one tune chip…. Chip select is used for that... Yes, you can do it like that, but you will need to turn off the engine to switch, otherwise the ECU will reset. Much easier to do it in software.
|
|
|
Logged
|
|
|
|
Rolle1974
Jr. Member
Karma: +0/-0
Offline
Posts: 25
|
|
« Reply #2254 on: April 06, 2023, 12:39:47 AM »
|
|
|
Chip select is used for that... Yes, you can do it like that, but you will need to turn off the engine to switch, otherwise the ECU will reset.
Much easier to do it in software.
Ok, Thx for the answer. How you do it in software?
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #2255 on: April 06, 2023, 02:38:59 AM »
|
|
|
Ok, Thx for the answer. How you do it in software?
Err... add some maps, modify the code to read those maps based on some condition? Rear O2 can be used as a physical input or pedal switching logic if you want to get fancy.
|
|
|
Logged
|
|
|
|
keichi
Full Member
Karma: +10/-2
Offline
Posts: 73
|
|
« Reply #2256 on: April 06, 2023, 07:24:21 AM »
|
|
|
Err... add some maps, modify the code to read those maps based on some condition? Rear O2 can be used as a physical input or pedal switching logic if you want to get fancy.
Or use Cruise Control buttons like a small keyboard
|
|
|
Logged
|
|
|
|
s60rawr
Full Member
Karma: +19/-1087
Offline
Posts: 170
|
|
« Reply #2257 on: April 06, 2023, 08:08:24 AM »
|
|
|
There is a free flash suite in progres
updated in my signature. show vitals while logging fixed
|
|
« Last Edit: April 20, 2023, 10:12:56 PM by s60rawr »
|
Logged
|
There is a free flash suite in progres
-Karma Sponge
|
|
|
prj
|
|
« Reply #2258 on: April 06, 2023, 09:03:08 AM »
|
|
|
Or use Cruise Control buttons like a small keyboard I usually use pedals, because not every car has cruise control. But if the model you're doing it for always does, then cruise control is great too.
|
|
|
Logged
|
|
|
|
Rolle1974
Jr. Member
Karma: +0/-0
Offline
Posts: 25
|
|
« Reply #2259 on: April 06, 2023, 05:09:02 PM »
|
|
|
But….. then i need to change the chip to a 29f160 insted of original 29f800? And were in the the map i can do this ”fansy” change?
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #2260 on: April 06, 2023, 05:23:01 PM »
|
|
|
But….. then i need to change the chip to a 29f160 insted of original 29f800? And were in the the map i can do this ”fansy” change?
It is done completely in software, there is no need to change anything. If you do not understand, then you are very far from ever getting it done -> pay someone to do it.
|
|
|
Logged
|
|
|
|
Sashka_
Newbie
Karma: +5/-0
Offline
Posts: 21
|
|
« Reply #2261 on: April 07, 2023, 12:25:53 AM »
|
|
|
look in this post I have a question about a idé i got. If i putt in 2pc 29f800 chip on topp of each other and use ”Vss” as on/off on each chip. Can that possible work to switch betwin two different Maps? One original and one tune chip….
|
|
« Last Edit: April 07, 2023, 03:10:34 PM by Sashka_ »
|
Logged
|
|
|
|
prj
|
|
« Reply #2262 on: April 07, 2023, 03:40:15 AM »
|
|
|
Makes me think of this:
|
|
|
Logged
|
|
|
|
Rolle1974
Jr. Member
Karma: +0/-0
Offline
Posts: 25
|
|
« Reply #2263 on: April 08, 2023, 05:18:31 AM »
|
|
|
Ok, then i go for the double chip insted if No one whant to explane how it is Done in reality
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #2264 on: April 08, 2023, 06:42:37 AM »
|
|
|
Ok, then i go for the double chip insted if No one whant to explane how it is Done in reality
Nobody is going to be able to explain to you in a forum post something that takes 10 years to learn. All the info is here: http://nefariousmotorsports.com/forum/index.php?board=21.0And example code has been posted for other platforms as well. If you don't have the ability to learn/understand and don't want to pay someone, then yes make chip sandwich. Just don't try to run wire without opto or you will fry ECU. Also, it will crash when switching on the fly. Maybe not every single time, but it will, depending on where in the checksum calculation it is.
|
|
« Last Edit: April 08, 2023, 06:44:55 AM by prj »
|
Logged
|
|
|
|
|