-
Where in the USA can we purchase a compatible device?
Anything on Amazon?
Thanks
-
Is there a plan to support for SLCAN Protocol, or the TSMaster software has supported?
-
Hey there,
my college just wrote on discord.
We try to use the WiCAN to flash ECUs via UDS Transfer Data. Our current development tool uses python-can to establish a socket connection with the WiC…
-
I was looking solid library that enable the Arduino that can communicate to SavvyCAN directly with Lawicel Protocol. Then i saw this repo but don't know how to use with Arduino code. Latest i tried wi…
-
Add support for low-cost serial port based devices (UART, USB etc.) using ASCII protocol for Windows. In Linux this protocol is already implemented as slcan driver (drivers/net/can/slcan.c). See http:…
-
Hello
I am testing SavvyCAN V208 with a Flipper Zero and MCP2518 based CAN/LIN-module.
The Flipper application implements the Lawicel protocol, which works perfectly with CanHacker 2.0 and SocketCA…
-
### Describe the bug
When attempting to send a CAN-FD message with a payload larger than 8 bytes using 'slcan' bustype connected to a CANABLE device, the message appears to be truncated or not sent a…
-
I believe, incorrect command-selecting bytes are being used in the SLCAN message parser in slcan.c:
```C
} else if (buf[0] == 'm' || buf[0] == 'M') {
// set mode command
if (…
-
Run the RX logic in a separate thread. Raise an error during instantiation if PySerial is not available. Support the SLCAN command line extensions as documented in the [Babel datasheet](https://files.…
-
When using SavvyCAN, Arduino Nano with MCP2515 8MHz I keep getting HEX 07 back when sending dumps.
```
Write to serial -> 74 33 38 32 31 30 30 d (t328100)
Got data from serial. Len = 1
07