can_common icon indicating copy to clipboard operation
can_common copied to clipboard

Common structures and functionality for CAN libraries

Results 13 can_common issues
Sort by recently updated
recently updated
newest added

I'm using this library to monitor status messages that have a variety of ranges and specific needs for each packet on the Due. Just a simple addition has simplified my...

I'm building a library to parse some messages around this. I want to be able to run the unit tests natively on my workstation. Happy to hear if there is...

Hi Collin, I made a couple API changes. These are experimental -- they made sense in the project I'm working on. I'm opening this PR not with merge-intent (it's a...

It'd be elegant if there was a single `CAN_FRAME` class. I think the largest reason against doing this is that a `CAN_FRAME_FD` structure requires about 4x more memory than a...

There is an ambiguity in the license type for this library. There are two different files named "LICENSE", and "license.txt" which describe the MIT license and the LGPL, respectively. Which...

hello, did you tested ESP32 with mcp 2515 , i tried but can1 with mcp2515 was not worked, con0 worked, what i am doing wrong.

Hi, Currently, the [library page](https://registry.platformio.org/libraries/collin80/can_common) in the PlatformIO Registry doesn't contain any quick start projects for developers. Such examples serve both to highlight widespread use cases and to help newcomers...

The current version of can_common as maintained by @collin80 on the [PlatformIO registry](https://registry.platformio.org/libraries/collin80/can_common) is still on v0.3.0 which was published over four years ago. This causes compiler warnings due to...

Noob question: Which OBD pins connect to the Can FD L1, H1? Do both the chassis ground and signal ground get connected to Candue ground?