Skip to content

czmorris/CANFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CANFinder

A tool for debugging SLKCAN log files.

The example code for the SLKCAN board provides a means to stream CANBUS data from the serial port. This data can be monitored in the Arduino IDE serial terminal window and then copied into a logfile.

This application is designed to work with that log file in order to help decoding canbus messages observed during the log.

  • Provides a list of all observed CAN ids.
  • When selecting an ID all messages observed are populated.
  • Data is displayed as hex and decimal or just decimal to make it easy to copy to a spreadsheet program.
  • CAN messages in which data changed during the log will have columns highlighted for the data bytes that changed.

This app was quickly put together and does not contain much in the way of error checking.

About

A tool for debugging SLKCAN log files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages