[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4694: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4695: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4696: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
8devices Community :: View topic - Analyzing CANBus data
8devices Community
https://www.8devices.com/community/

Analyzing CANBus data
https://www.8devices.com/community/viewtopic.php?f=16&t=933
Page 1 of 1

Author:  dlederman [ 10 Mar 2016, 23:58 ]
Post subject:  Analyzing CANBus data

I'm working with the 8devices USB2CAN device which successfully logged several sets of data from an automotive CANBus. While I am familiar with the CANBus message architecture (SOF, Arbitration, Data Field, etc.), I am having trouble relating the messages logged to the CANBus architecture.

I used can-utils on an Ubuntu (Linux) PC. The specific command was: candump -l any,0:0,#FFFFFFFFlow
Below is a sample of the data logged:

(1457019889.244736) can0 20000088#000002000000007F

My guess is that the string after can0 is the CANBus message. Can anyone tell me what format this is in? Is there an editor that I can use to decipher this? And what is the string in parentheses before (can0)?

Thank you.

Author:  krumboeck [ 11 Mar 2016, 15:40 ]
Post subject:  Re: Analyzing CANBus data


Author:  dlederman [ 11 Mar 2016, 18:32 ]
Post subject:  Re: Analyzing CANBus data

Thanks for replying.

The "low" appended at the end is a typo in my posting. The actual (and correct) command was:

candump -l any,0:0,#FFFFFFFF

Thank you again for your help.

Author:  dlederman [ 26 Mar 2016, 13:03 ]
Post subject:  Re: Analyzing CANBus data

[quote="krumboeck"]

In you case the id indicates two errors: bus error and protocol violation

Thanks again for replying. Can you suggest ways to clear the bus error and protocol violation mentioned in your post?

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/