Getting Started Guide

This guide will help you quickly set up and use the Alius USB2CAN Dual-Channel Debugger. By following the steps in this guide, you will complete hardware connection, driver installation, and perform your first CAN bus communication test within minutes.

Hardware Preparation

Before starting, please ensure you have prepared the following items:

  • Alius USB2CAN Dual-Channel Debugger main unit
  • USB A to B cable (usually provided with the device)
  • DB9 conversion cable or CAN bus connection cable (according to your application needs)
  • Target CAN bus device or network

Step 1: Hardware Connection

1.1 Connect the USB Interface

Connect one end of the USB cable (Type B) to the USB interface of the Alius USB2CAN Debugger, and the other end (Type A) to the USB port of your computer. At this point, the power indicator on the device should light up, indicating that the device is powered on.

1.2 Connect to CAN Bus

The Alius USB2CAN Debugger uses standard DB9 connectors (Female). Connect to the CAN bus according to your application needs:

DB9 Pin Definition:

PinSignalDescription
1-Reserved
2CAN-L CH1Channel 1 CAN Low
3CAN-H CH1Channel 1 CAN High
4-Reserved
5GNDSignal Ground
6-Reserved
7CAN-H CH2Channel 2 CAN High
8CAN-L CH2Channel 2 CAN Low
9-Reserved

Connection Method:

  1. Connect the CAN bus high wire (CAN-H) to pin 3 (Channel 1) or pin 7 (Channel 2) of the DB9 connector
  2. Connect the CAN bus low wire (CAN-L) to pin 2 (Channel 1) or pin 8 (Channel 2) of the DB9 connector
  3. Ensure the signal ground (GND) is correctly connected to improve communication stability

Important Note: Before connecting to the CAN bus, please ensure that the device’s electrical isolation function is enabled, and carefully check the wiring to avoid short circuits or incorrect connections that could damage the device.

Step 2: Driver Installation

2.1 Windows Systems

  1. After connecting the device to the computer, Windows will automatically detect the new hardware
  2. If the system fails to automatically install the driver, please visit the Alius official website to download the latest Windows driver
  3. Run the installer and follow the prompts to complete the installation
  4. After installation, check “Device Manager” under “Ports (COM & LPT)” to see the COM port corresponding to the Alius USB2CAN device

Supported Operating Systems:

  • Windows 2000
  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 10
  • Windows 11

2.2 Linux Systems

  1. Most modern Linux distributions will automatically recognize and load the USB serial driver
  2. After connecting the device, use the following commands to view the device node:
    dmesg | tail
    ls /dev/ttyUSB*
  3. If needed, you can install additional tools to support the CANAL API

Step 3: Configure CAN Channels

3.1 Set Baud Rate

The Alius USB2CAN Debugger supports baud rates from 10 Kbit/s to 1000 Kbit/s. Select the correct baud rate according to your CAN bus network settings. Commonly used baud rates include:

  • 10 Kbit/s: Used for long-distance, low-speed communication
  • 125 Kbit/s: Used in some automotive applications
  • 250 Kbit/s: Used in some industrial applications
  • 500 Kbit/s: Used for high-speed automotive network communication
  • 1000 Kbit/s: Used for high-speed applications

3.2 Configure Filters (Optional)

If you only need to monitor specific CAN messages, you can configure hardware filters. This can reduce the processor load and improve system real-time performance.

Step 4: Test Communication

4.1 Use Test Software

  1. Open the test software provided by Alius or a third-party CAN bus analysis tool
  2. Select the corresponding COM port
  3. Configure baud rate and other parameters
  4. Open the CAN channel
  5. Start monitoring CAN bus traffic

4.2 Send Test Message

  1. In the test software, configure a test message (e.g., standard frame with ID 0x100)
  2. Click the “Send” button
  3. You should see the sent message in the receive window
  4. If there are other CAN nodes, you can also see messages from these nodes

4.3 Verify Indicator Lights

The Alius USB2CAN Debugger is equipped with status indicator lights to display the device’s working status:

  • Power Indicator (PWR): Lit indicates the device is powered on
  • CAN Activity Indicator (ACT): Flashing indicates CAN bus activity
  • Error Indicator (ERR): Lit indicates a bus error has been detected

Troubleshooting

Problem 1: Device Not Recognized

Solution:

  • Check if the USB cable is intact
  • Try changing the USB port
  • Reinstall the driver

Problem 2: Unable to Receive CAN Messages

Solution:

  • Check if the CAN bus connection is correct
  • Confirm if the baud rate setting is correct
  • Check if the CAN bus is active (other nodes are sending messages)
  • Check if the termination resistor is correctly configured

Problem 3: Unstable Communication

Solution:

  • Check if the grounding is good
  • Shorten the connection cable length
  • Lower the baud rate for testing
  • Check for electromagnetic interference

Next Steps

After completing the getting started guide, you can:

  • Read the “Specifications” document to understand the detailed technical parameters of the device
  • Read the “API Documentation” to learn how to control the device through programming interfaces
  • Read the “Drivers” document to understand how to use the device in different operating systems

Happy using!