Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I am looking for a way to programmatically edit and save .dbc files that are meant for J1939 CAN communication. I have a few large files that need to be compared/edited. Being able to import, edit...
#2: Post edited
Import, edit and export DBC files
- Programmatically import, edit and export DBC files
#1: Initial revision
Import, edit and export DBC files
I am looking for a way to programmatically edit and save .dbc files that are meant for J1939 CAN communication. I have a few large files that need to be compared/edited. Being able to import, edit and export DBC files in a program could greatly speed this up. There is a neat [.NET DBC file parser](https://github.com/EFeru/DbcParser) on git that imports the DBC file and gives you all the data you need, unfortunately this library cannot export the data back to DBC. So basically I am looking for a library that can create DBC files from data.