From 5f62136eda8682781350e7f4e64cf380f11d984b Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:48:34 -0500 Subject: [PATCH 1/2] Updated TS over CAN (markdown) --- TS-over-CAN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TS-over-CAN.md b/TS-over-CAN.md index 9d8532c8..982e75fc 100644 --- a/TS-over-CAN.md +++ b/TS-over-CAN.md @@ -2,6 +2,8 @@ rusEFI TS communication could go over CAN wires +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 Step 2: in bundle bin folder execute pcan_connector.bat or socketcan_connector.sh From 953e9263c5a791118e961b5d720287bfd773595a Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:49:30 -0500 Subject: [PATCH 2/2] Updated TS over CAN (markdown) --- TS-over-CAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS-over-CAN.md b/TS-over-CAN.md index 982e75fc..a9424af7 100644 --- a/TS-over-CAN.md +++ b/TS-over-CAN.md @@ -1,6 +1,6 @@ # 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 .