Fantastic! Thanks for helping out @badbutte, @seagrass, @aero901 !
Follow these steps:
1. Download Freediag
2a. Edit the freediag.ini file so it contains the following:
set
interface dumb
port \\.\COM1 (this needs to be the COM port that is assigned to your USB cable)
speed 10400
l1protocol iso14230
l2protocol iso14230
initmode fast
testerid 0xf0
destaddr 0x40
addrtype phys
up
help
debug l1 0x8c (only include this if you want detailed debugging info)
2b. Connect the cable to your laptop (USB) and the car (OBD port). Turn the key in the ignition to 'on' (no need to start it). No need to worry about green connectors.
3. Run freediag using a command prompt (run 'cmd' from windows start menu, navigate to the folder that holds freediag and enter 'freediag')
4. Enter 'diag'
5. Enter 'connect'
6. To send a command to the BIU enter 'sr [command]' where command is described below.
7. When finished, enter 'disconnect' and 'quit'
Sending commands.
You can help by
a) seeing if the command works (do you get the expected response?) and
b) going through the bytes and bits of the response data to see if it matches the current state of your car, then change something (eg: open a door) and run the command again. Does the response change? Which bytes/bits?
c) by doing the above helping to figure out some of the bytes/bits that are still unknown
In particular try command 0x21 0x53 because once we figure out what the bytes / bits mean, we will then be able to use a different command to customise your car setup (eg: do you want to turn on/off the horn beep that happens with central locking, or do you want to turn on/off the seatbelt buzzer)
@badbutte - freediag (the freeware comms software) won't work with a Tactrix. The good news is that it will work with any cheapo VAG-COM USB to OBD cable from eBay. Just need to get the cable, install its drivers and then freediag should work fine.
@seagrass - you're all good to go. It will be really interesting to see whether the responses across Outbacks, Imprezas etc are consistent. So far I've only been able to try a Gen3 Outback.
@aero901 - you should be good to go when the VAG-COM cable arrives.
Once we get these more boring commands/responses working and accurate we can move on to more exciting ones like registration of new parts and keys.
Follow these steps:
1. Download Freediag
2a. Edit the freediag.ini file so it contains the following:
set
interface dumb
port \\.\COM1 (this needs to be the COM port that is assigned to your USB cable)
speed 10400
l1protocol iso14230
l2protocol iso14230
initmode fast
testerid 0xf0
destaddr 0x40
addrtype phys
up
help
debug l1 0x8c (only include this if you want detailed debugging info)
2b. Connect the cable to your laptop (USB) and the car (OBD port). Turn the key in the ignition to 'on' (no need to start it). No need to worry about green connectors.
3. Run freediag using a command prompt (run 'cmd' from windows start menu, navigate to the folder that holds freediag and enter 'freediag')
4. Enter 'diag'
5. Enter 'connect'
6. To send a command to the BIU enter 'sr [command]' where command is described below.
7. When finished, enter 'disconnect' and 'quit'
Sending commands.
- the commands and responses are described here
- freediag will tell you the hexadecimal response from the BIU
You can help by
a) seeing if the command works (do you get the expected response?) and
b) going through the bytes and bits of the response data to see if it matches the current state of your car, then change something (eg: open a door) and run the command again. Does the response change? Which bytes/bits?
c) by doing the above helping to figure out some of the bytes/bits that are still unknown
In particular try command 0x21 0x53 because once we figure out what the bytes / bits mean, we will then be able to use a different command to customise your car setup (eg: do you want to turn on/off the horn beep that happens with central locking, or do you want to turn on/off the seatbelt buzzer)
@badbutte - freediag (the freeware comms software) won't work with a Tactrix. The good news is that it will work with any cheapo VAG-COM USB to OBD cable from eBay. Just need to get the cable, install its drivers and then freediag should work fine.
@seagrass - you're all good to go. It will be really interesting to see whether the responses across Outbacks, Imprezas etc are consistent. So far I've only been able to try a Gen3 Outback.
@aero901 - you should be good to go when the VAG-COM cable arrives.
Once we get these more boring commands/responses working and accurate we can move on to more exciting ones like registration of new parts and keys.