cantact
cantact copied to clipboard
Drivers and Command Line Interface for CANtact tools
candleLight devices only accept 8 bytes of data, and sending them 64 bytes completely stalls any transmission until power cycled. This fix slices data down to the first 8 bytes...
Hello, I'm using cantact in my virtual machine and I'm having the problem that it recognizes the device, but I don't see the can0 interface.   How can I...
warning: build failed, waiting for other jobs to finish... error: failed to compile `cantact v0.1.2`, intermediate artifacts can be found at `/tmp/cargo-installiRibaI`
After running this simple UDS code mostly borrowed [from the official `python-isotp` documentation](https://can-isotp.readthedocs.io/en/latest/isotp/examples.html#threaded-reception-with-python-can), **with the only caveat that I'm using `Extended_29bits` addressing instead of `Normal_11bits`**... @ericevenchick did you test your...
Heya ! So now I'm trying to get things working in a simple C/C++ app which imports the DLL Some functions work (Receive callback, counting devices). But the device crashes...
Using a purchased Cantact Pro here... ``` cantact % ./target/debug/can send 0 CFE6CEB CACA thread 'main' panicked at 'range end index 64 out of range for slice of length 0',...