merge rusEFI wiki

This commit is contained in:
GitHub Action 2024-02-22 14:50:08 +00:00
commit a417a42a9c
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# TunerStudio Over CAN
rusEFI TS communication could go over CAN wires
rusEFI TS communication could go over CAN wires. Definitely much slower than USB but should be much more noise tolerant!
As of today TunerStudio does not communicate with CAN dongles directly - so, we have a rusEFI own proxy software with ISO/TP on CAN dongle side, and TCP/IP for TunerStudio .
Step 1: have relevant hardware: PCAN for Windows or SocketCAN for Unix see <https://github.com/rusefi/rusefi/wiki/CAN#hardware-options>