Dave Paul

Results 3 issues of Dave Paul

fixes #18 Introduces a new `strict` parameter to `Bus` that specifies whether to operate strictly on J1939 messages or J1939 and 11-bit CAN messages. `strict=True` by default to maintain the...

When sending a directed long message through `Node.send_parameter_group`, the resulting transfer is always broadcast. `j1939.Bus.send` is always seeing a destination address of `0xFF`. I added some logging in `Node.send_parameter_group` immediately...

Hello Miller, I'm on a project where I need to support simultaneous 11-bit and J1939 messaging. I've hacked this package a bit to make it work (it doesn't really take...