Fix DBC file and print raw messages to log

This commit is contained in:
Yeongdo Park 2020-02-13 17:27:43 -08:00
parent 5e407e52e0
commit a76907e64b
2 changed files with 1068 additions and 1068 deletions

View file

@ -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]:

File diff suppressed because it is too large Load diff