suburbanembedded / hadoucan-fw

Firmware for SM-1301 USB-CAN FD adapter
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

CAN analyzer software #31

Closed romixlab closed 4 years ago

romixlab commented 4 years ago

What software would you recommend to use with your hardware? It seems that CANHacker might be an option, not sure about compatibility though.

jacobschloss commented 4 years ago

Most linux software that uses the socketcan APIs should work with the slcand bridge if you don't need CANFD support. I have a patch to add CANFD support to the linux slcan driver but have not tested it enough to release. Wireshark can work as a socketcan packet viewer, and candump works too.

I can't tell if CAN-Hacker / CARBUS use the slcan protocol. If they do, you might be able to use their GUI.

I don't have any recommendations for car specific software, but would be interested in getting support. Right now intended use is with custom applications with either our C++ API, or a 3rd party slcan api.

jacobschloss commented 4 years ago

It looks like CANHacker might support slcan, worth a try.