Compare commits

...

4 Commits

Author SHA1 Message Date
GitHub Action d411b3faff merge rusEFI wiki 2024-04-07 17:19:28 +00:00
rusefillc 1ed4444b99 Updated CAN (markdown) 2024-04-07 13:17:54 -04:00
GitHub Action 150fc6e13f merge rusEFI wiki 2024-04-07 15:03:45 +00:00
rusefillc 4b99b37055 Updated CAN (markdown) 2024-04-07 11:02:13 -04:00
1 changed files with 10 additions and 0 deletions

10
CAN.md
View File

@ -18,6 +18,16 @@ Note: We support OBD2 pretty much exclusively for gauges/dashes/apps/etc, not re
![image](https://github.com/rusefi/rusefi/assets/48498823/56fba35f-44a1-4982-9242-762ee98e3590)
## OpenBLT
USB
``BootCommander.exe -s=xcp -t=xcp_rs232 -d=COM15 -b=19200 rusefi_update.srec``
PCAN
``BootCommander.exe -t=xcp_can -d=peak_pcanusb -c=0 -b=5000000 -tid=667h -rid=7E1h rusefi_update.srec``
## Software
[Man-in-the-middle](Man-in-the-middle)