
Do you have a question about the INNO USB-CAN MODULE and is the answer not in the manual?
| USB Interface | USB 2.0 |
|---|---|
| CAN Bus Speed | Up to 1 Mbps |
| Operating Temperature | -40°C to +85°C |
| CAN Channels | 1 |
| Compatibility | Windows, Linux |
| Operating Voltage | 5V DC |
| Connector Type | D-Sub 9-pin |
| CAN Baud Rate | 1 Mbps |
Lists key characteristics of the USB-CAN module, including compatibility, CAN bus support, driverless operation, and hardware features.
Details the pin assignments for the USB-CAN module, showing connections for CAN_H, CAN_L, GND, and optional 5V.
Explains the configuration of the 120 Ohm resistor for CAN bus termination, showing options to disable or enable it.
Guides users through setting up and running a CAN communication test using two Raspberry Pi boards, including system commands and output.
Outlines prerequisites for C programming with Socket CAN on Raspberry Pi, including driver setup and firmware availability.
Provides C code and steps for configuring a socket for sending CAN messages, including socket creation and data assembly.
Details sending message, closing socket, and error handling in C code for CAN transmission.
Explains C code steps for receiving CAN messages, including socket binding, filter definition, and data reading.
Describes defining receive filter rules and reading data from the CAN bus using C code for CAN reception.