Reading can-bus data via arduino

asked 2019-07-18 12:53:00 +0000

ericoso gravatar image

Hey Wiresharks,

I've built an Arduino module that can read & write to/from CAN-BUS. The data comes in as strings of data e.g. 000 1122334455667788 where the first 3 numbers are the ID and the rest the data. To analyze this data I'd like to import it into Wireshark. The end goal would be to make something similar to this:

https://canlogger1000.csselectronics....

Where I sort the data on CAN-ID and only see the last imported data for each CAN-ID. If anyone has an idea where I should begin it would be massively appreciated.

Kind Regards Eric N

edit retag flag offensive close merge delete