Remigiusz Kołłątaj
Remigiusz Kołłątaj
You're right. For CANParkBrakeStatus it should be min 0 and max 3. Was it like that before the patch or patch has broken this?
I think that the problem is caused by CAN ID that you are using. Extended CAN id is 29bit long (i.e. 0x1ffffff) and your ids seems to be bigger than...
From what I can see J1939 also uses 29 bit CAN ID. However as you mentined this may be some additional info that is encoded in DBC on to of...
The above should fix problem with "strange" J1939 IDs. @8bitgeek let me know if you will learn anything interesting about 32bit of CAN ID beeing set in J1939 DBC.
That's an error that comes from Qt socketcan plugin. You can either install libsocketcan or... ignore it 🙂 Libsocketcan is required if you would like to configure socketCAN interface directly...
I will take a look on this. It may be hard though as by desing components are independed from each other (i.e. there is no communication other than connections between...
Yes, broadcast mechanism can be used to implement this.
@GeoDTN I guess that update of CANdb is a mistake? I cannot see any commit with SHA (4c489a)?
Thanks for the suggestion. Actually I stareted to work on Python integration some time ago. It is completed in 80-90%, but I still failed to find time to finalize it....
Great idea. I believe that #149 will also give some possibility to greate GUI in Python, but having generic components that is able to load custom QML sounds even better.