Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Reading can-bus data via arduino

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.com/img/CAN-Bus-Sniffer-Decode-Wireshark-VehicleSpy-Alternative.gif

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