QCanBus compatible hardware
-
-
@kuzulis Thanks - I found that one (through other forum posts) but it seems very expensive. I see entire rasberry Pi's with CANbus hat's for $100...I was hoping for something in the $50-$75 range. I'm not sure if the Qt lib requires more intelligence in the CAN controller...
-
@kuzulis Thanks - I found that one (through other forum posts) but it seems very expensive. I see entire rasberry Pi's with CANbus hat's for $100...I was hoping for something in the $50-$75 range. I'm not sure if the Qt lib requires more intelligence in the CAN controller...
I found a list of compatible products here:
https://doc.qt.io/qt-5/qtcanbus-backends.html
Looks like there is no support for the very inexpensive raspberry hats. Has anyone written a plugin for Copperhill Technologies CANbus interfaces? They seem very inexpensive and very flexible. As I'm new to CAN this is likely beyond me at this point.
-
AFAIK, your dongle does support the SocketCAN API, which is supported by QCanBus. But you can use it only in Linux.
-
AFAIK, your dongle does support the SocketCAN API, which is supported by QCanBus. But you can use it only in Linux.