Reading .dbc files

Disassembly, Reassembly, Tools and devleopment. Going deep with Hardware and Software.
Post Reply
darkman5001
Posts: 213
Joined: Sat Dec 18, 2021 8:15 am
cars: 2004 Suburban, 2001 Tahoe, 2002 Envoy, 2006 Envoy, 2003 Lincoln LS
Location: New Jersey, USA

Reading .dbc files

Post by darkman5001 »

What program is used to read .dbc files? I have a bunch of them for different cars. I tried to load them with Visual FoxPro, but it says they are not a database file. Any ideas? :roll:
pman92
Posts: 465
Joined: Thu May 03, 2012 10:50 pm
cars: HZ One Tonner
VE Ute
Location: Castlemaine, Vic

Re: Reading .dbc files

Post by pman92 »

VR-VY Holden BCM Simulator: View Post
MrModule.com.au
yoda69
Posts: 1215
Joined: Sun Mar 15, 2009 10:20 am
cars: 2004 VYII Acclaim Wagon V6 Auto LPG/Petrol
2004 VYII Berlina sedan V6 Auto
2005 VZ Monaro CV8 manual
Location: Geelong, VIC

Re: Reading .dbc files

Post by yoda69 »

I’ve used SavvyCAN and found is quite useful for most things.
https://www.savvycan.com/

The dbc format was developed by Vector and the CANdb++ is great if you can get a copy.
https://www.vector.com/int/en/products/ ... are/candb/#
darkman5001
Posts: 213
Joined: Sat Dec 18, 2021 8:15 am
cars: 2004 Suburban, 2001 Tahoe, 2002 Envoy, 2006 Envoy, 2003 Lincoln LS
Location: New Jersey, USA

Re: Reading .dbc files

Post by darkman5001 »

:thumbup: Thanks for the responses. I will check those sites out. I appreciate it.
User avatar
Gatecrasher
Posts: 272
Joined: Sat Apr 25, 2020 6:09 am

Re: Reading .dbc files

Post by Gatecrasher »

There's a free version of CANdb++.

https://www.vector.com/int/en/download/candb-31-sp3/
kur4o
Posts: 950
Joined: Sun Apr 10, 2016 9:20 pm

Re: Reading .dbc files

Post by kur4o »

That has been on the to do list for a long time now. The files are text files, and are basic definition files for raw CAN data traffic.

On github there is a repo and detailed instruction how to read and edit them. Can`t find the link.
Post Reply