-
The `hw_USBTin` module is speaking LAWICEL to the hardware device. Since `hw_CAN232.py`, the LAWICEL protocol support has been implemented in `can232.py.
IMO the USBTin module should be updated to …
-
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 (…
-
It would be perfect to add more information about HW used with CANToolz like FW version and HW version (command 'V' and 'v')
-
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
-
Hello
I'm trying to use canhacker with canbus-monitor. I have two boards, an Seeed studio can shield and a MKR GSM with MKR Can shield, and the seeed studio can shield can conect to can hacker withou…
-
I'm sorry to open a "bug" report for a support issue.
I've been reading through the documentation, and I know that CAN FD support is present.
But I can't seem to find out of it's supported via seria…
-
Tried setting it up manually too but it just won't work. Here's the error it shows:
![Error](https://user-images.githubusercontent.com/114813456/193409921-d7d0e349-d5b6-4325-9a92-08a606bd4270.JPG)
-
Hi, I'm having some troubles with a Lawicel CANUSB interface that does not seem to recover from a particular error case.
TL;DR: CANUSB slcan interface goes defunct when sending data on an bus with…
-
Would you like to publish new release?
In my opinion my old changes are critical to work this package.
benys updated
4 years ago
-
after i finally got my [`USB-CAN ISO`](http://www.vscom.de/vscom-usb-can-iso.html) working with `slcand`, i noticed that it only supports `CAN` but not `CAN-FD` (with 29-bit identifiers).
~~~
$ i…