Fix DBC file and print raw messages to log
This commit is contained in:
parent
5e407e52e0
commit
a76907e64b
2 changed files with 1068 additions and 1068 deletions
2
hello.py
2
hello.py
|
|
@ -93,7 +93,7 @@ class MyFrame(wx.Frame):
|
|||
except KeyError as key:
|
||||
print(key, " does not exist")
|
||||
else:
|
||||
print(hex(msg.arbitration_id), hex(mtag), hex(mid), hex(mtype), dmsg)
|
||||
print(hex(mtag), hex(mid), hex(mtype), msg.data, dmsg)
|
||||
self.__update_bm_state(dmsg)
|
||||
|
||||
for k in self.battery_module_state[0]:
|
||||
|
|
|
|||
2134
res/EBUS_Host.dbc
2134
res/EBUS_Host.dbc
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue