BUSMASTER Setup
BUSMASTER is an open-source PC software for designing, monitoring, analyzing, and simulating CAN networks. It is highly regarded by engineers for its rich feature set, including node simulation and message logging.
The WiCAN Pro supports BUSMASTER natively over Wi-Fi by utilizing the slcan (SocketCAN) protocol and a virtual serial communication (VSCOM) bridge.
Phase 1: WiCAN Pro Configuration
Before opening BUSMASTER, you must configure the WiCAN Pro to output the correct protocol.
- Access the WiCAN Pro Web UI.
- Navigate to Settings > CAN.
- Configure the following fields:
- CAN Bitrate: Set this to match your vehicle's bus speed (e.g.,
500K). - CAN Mode: Choose
Normalif you want to interact and simulate nodes, orSilentif you only want to passively log and monitor traffic. - Port Type: Select
TCP. - TCP/UDP Port: Note this number (typically
3333by default). - Protocol: Select
slcan. (Note: Do not use the ELM327 protocol, as it will not work with BUSMASTER)
- CAN Bitrate: Set this to match your vehicle's bus speed (e.g.,
- Click Submit Changes and allow the WiCAN Pro to reboot.
Phase 2: Connecting to the Network
- Ensure your Windows PC is connected to the WiCAN Pro's network.
- If in AP Mode, connect your PC directly to the WiCAN's Wi-Fi hotspot. The IP will usually be
192.168.0.10(for WiCAN Pro). - If in Station Mode, ensure both your PC and the WiCAN are on the same local network. Check the WiCAN's Status tab for its assigned IP address.
- If in AP Mode, connect your PC directly to the WiCAN's Wi-Fi hotspot. The IP will usually be
Phase 3: BUSMASTER Configuration
- Download and install BUSMASTER on your Windows PC.
- Open BUSMASTER.
- In the top menu, go to CAN > Driver Selection.
- Select the VSCOM (Virtual Serial COM) or SocketCAN/Lawicel hardware driver.
- Go to CAN > Channel Configuration or click the Connect button.
- When prompted for connection details, enter the WiCAN's IP address and Port (e.g.,
192.168.0.10:3333). - Set the baud rate to match what you configured in the WiCAN Web UI (e.g., 500 kbps).
- Click Connect or OK.
You should now see the green connection indicator in BUSMASTER, and raw CAN traffic will begin populating the message window!
!WARNINGFailed to start the hardware: If you immediately receive a "Failed to start the hardware" error in BUSMASTER, it typically means your IP/Port is incorrect, or the WiCAN Pro is not set to the
slcanprotocol. Double-check your Web UI settings and ensure your PC's firewall isn't blocking outbound TCP connections.