Can bus monitoring tool based on arduino and can bus shield. Implements CAN ASCII/SLCAN protocol compatible with Lawicel CAN232/CANUSB. Can be used for monitoring low speed CAN (interior can bus of most cars, less than 500kbps). For higher speeds serial port can become a bottleneck in case data density is high.
MIT License
306
stars
91
forks
source link
Bugfix: Change list of CAN baud rates to appropriate type #11
The CAN baud rates are of type INT8U as specified by the respective library.
Choosing INT32U leads to bugs apparently, when changing the baud rate with the S command.
The CAN baud rates are of type INT8U as specified by the respective library. Choosing INT32U leads to bugs apparently, when changing the baud rate with the S command.