Search found 2 matches

by ragkumar
Tue 8. Oct 2019, 17:02
Forum: Linux
Topic: Using .dbc file to interpret data from PEAK CAN USB in Linux
Replies: 3
Views: 11046

Re: Using .dbc file to interpret data from PEAK CAN USB in L

How The CAN Driver send and receive only RAW CAN Messages - it is up to your Application to "Decode" the Data using a CANdb (Automotive), NMEA200 (Marine), J1939 (Agriculture and Trucks) or any other common format.

You need to build your own application and/or use a libary to decode the Data Bytes ...
by ragkumar
Tue 8. Oct 2019, 03:22
Forum: Linux
Topic: Using .dbc file to interpret data from PEAK CAN USB in Linux
Replies: 3
Views: 11046

Using .dbc file to interpret data from PEAK CAN USB in Linux

Hi,
I am relatively new to CAN and working on a project that requires me to read and filter some data off a CAN bus. I've come to understand that this would first require accessing the CAN data through the CAN bus (I am using the PEAK USB adapter) and then translating that data through the .dbc ...