rusefi_documentation/TS-over-CAN.md

14 lines
663 B
Markdown
Raw Permalink Normal View History

# TunerStudio Over CAN
2024-02-22 06:49:30 -08:00
rusEFI TS communication could go over CAN wires. Definitely much slower than USB but should be much more noise tolerant!
2022-06-27 09:55:05 -07:00
2024-02-22 06:48:34 -08:00
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 .
2023-01-02 11:22:23 -08:00
Step 1: have relevant hardware: PCAN for Windows or SocketCAN for Unix see <https://github.com/rusefi/rusefi/wiki/CAN#hardware-options>
2022-06-27 09:55:05 -07:00
Step 2: in bundle bin folder execute pcan_connector.bat or socketcan_connector.sh
Step 3: connect TS to localhost port 29001
2023-01-02 11:22:23 -08:00
Step 4: report results at <https://rusefi.com/forum/viewtopic.php?f=5&t=2233>