cantact icon indicating copy to clipboard operation
cantact copied to clipboard

Drivers and Command Line Interface for CANtact tools

Results 6 cantact issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/83181790/208072363-ea3f6463-0acc-4ebd-a9c2-49a34fb427af.png) ![image](https://user-images.githubusercontent.com/83181790/208072457-6e1ade77-f3bb-4e26-9f40-79229806ac82.png) 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',...