The latest drivers and software for Chuangxin Tech USBCAN and CANalyst-II devices are available through official manufacturer repositories. These tools are compatible with Windows (including Windows 10 and 11) and support high-speed CAN bus analysis. Official Download & Resources
Manufacturer Download Center: Access the latest drivers, including Setup(V1.40).exe for Windows 11, on the Zhuhai Chuangxin Technology official website.
Complete Data Packages: Chuangxin maintains a Data Download section with comprehensive info-packages for various models, including newer USB_CANFD analyzers (last updated early 2024/2025).
Software Version: The current stable version of the USBCANtool is V9.11, and the Secondary Development Library is V9.1.0.0. Installation Steps
Run the Installer: Locate Setup(V1.40).exe (or latest equivalent). Right-click and Run as administrator.
Plugin Installation: The package typically includes three mandatory plug-ins; install each sequentially following the on-screen prompts. chuangxin tech usbcan driver new
Hardware Connection: Connect the USBCAN device via USB. Windows should auto-detect the hardware.
Verification: Open Device Manager. The device should appear as "Chuangxin Tech USBCAN/CANalyst-II" under Universal Serial Bus controllers or Other devices. Technical Features
Compatibility: Supports CAN2.0A/B protocols, standard and extended frames, and baud rates from 10Kbps up to 1Mbps.
Development Support: Provides a DLL dynamic connection library and examples in VC/VB for custom application building.
Open Source Alternatives: For Python users, an unofficial userspace driver (based on pyusb) exists for cross-platform support on Windows, macOS, and Linux. If you'd like, let me know: Your Windows version (e.g., Windows 11 Pro) The latest drivers and software for Chuangxin Tech
The exact model (e.g., USBCAN-2A, CANalyst-II Pro, or USB-CANFD)
If you are encountering a specific error (e.g., "Device not found")
I can provide direct troubleshooting steps for your situation. USBCAN-2C Isolated - 珠海创芯科技有限公司
The new driver installs a testing app: C:\Program Files (x86)\Chuangxin Tech\USBCAN Tools\UsbcanDiag.exe
dmesg | grep usbcan
Now the device appears as a standard SocketCAN interface (can0), compatible with candump, cansend, and cantools.
ip link set can0 up type can bitrate 500000 candump can0
Troubleshooting Linux: If you see no such device, run lsusb and verify the vendor ID is 1d50 with product ID 606f (new driver version) vs 606e (old). The new driver requires the 606f firmware.
Here is the correct workflow for installing the new driver – do not plug in the device before installation.
/dev/usbcan0 (or /dev/usbcan1 for dual-channel).dialout group: sudo usermod -a -G dialout $USERcansend from can-utils:
sudo modprobe ch_usbcan
ip link set usbcan0 up type can bitrate 500000
candump usbcan0
New feature: The driver now supports ethtool-style stats: Open it, select Device Index 0
cat /proc/ch_usbcan/stats
Displays dropped frames, bus errors, and IRQ counts.