-40%
CANable Pro ISOLATED USB TO CAN ADAPTER analyzer SocketCAN Cantact canbus serial
$ 34.32
- Description
- Size Guide
Description
The CANable Pro is a fully isolated open-hardware CAN to USB adapter manufactured in the USA. Connect to any CAN2.0A/B network without worrying about common mode offset, ground noise, or damaging your computer!This shows up as a virtual serial port on your computer and acts as a serial-line to CAN interface.
https://github.com/linklayer
http://canable.io/getting-started.html
Features
Supports CAN baud rates up to 1M
Compatible with socketcan through slcand
Native socketcan support with candleLight firmware
Micro-USB connector
4-pin screw terminal with CANH, CANL, 5v, and GND
Jumper for entering the bootloader
Jumper to enable/disable termination
Internal oscillator trimmed by USB communication
PTC-fused 5v output
Simple cross-platform Python library
Software
1.slan firmware
CANables ship with slcan firmware. This firmware enumerates as a standard serial device on Linux, Mac, and Windows for easy interfacing. The CANable can be easily re-flashed with the candlelight firmware which enumerates as a native CAN device in Linux and a generic USB device in Windows.
On Linux the CANable works natively with slcand, so you can use all of the standard can-utils command-line utilities and even Wireshark to interact with the bus.
On Windows and Mac, the CANable works with cantact-app (https://github.com/linklayer/cantact-app/releases/tag/v0.3.0-alpha). This is a simple Java application that shows CAN traffic in real-time and allows you to transmit messages on the bus.
2.candlelight Firmware
If you update to the candlelight firmware, the CANable shows up as a native CAN device with socketcan--no slcandrequired! Performance is higher than the serial-line firmware as slcand is bypassed entirely. With Linux and socketcan you can use all of the standard can-utils command-line utilities and even Wireshark to interact with the bus.
With candlelight on Windows and Linux you can use cangaroo(http://canable.io/utilities/cangaroo-win32-%20b4a9d6d.zip) to interact with a CAN bus, no drivers required. Cangaroo provides time and aggregate trace capability, as well as raw and repeated raw TX. Beta DBC file parsing is implemented, and is currently under development.
Python Support
For even more flexibility, the canard library allows you to directly talk to the CAN bus from Python. The library is cross-platform and can connect directly to a CANable's virtual serial port interface or native socketcan interface. With only a couple lines of code you can decode traffic on the bus, send messages, and more.
Check out the getting started page for more information.
For even more flexibility, the canard library allows you to directly talk to the CAN bus from Python. The library is cross-platform and can connect directly to a CANable's virtual serial port interface. With only a couple lines of code you can decode traffic on the bus, send messages, and more.
Check out the getting started page for more information.