USB to CAN Converter Cable for Raspberry Pi5/4/Pi3B+/Pi3/Pi Zero(W)/Jetson Nano/Tinker Board and Any Single Board Computer Support Windows Linux Mac OS Android Venus OS
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7Thumbnail 8

USB to CAN Converter Cable for Raspberry Pi5/4/Pi3B+/Pi3/Pi Zero(W)/Jetson Nano/Tinker Board and Any Single Board Computer Support Windows Linux Mac OS Android Venus OS

4.3/5
Product ID: 421033161
Secure Transaction
12 interest-free installments with tabby

Details

  • Compatible Devices
    Laptop Desktop
  • Specific Uses For Product
    Monoblock CAN
  • Connector Type
    USB 2.0
  • Color
    Black
  • Brand
    innomaker
3000V voltage & 2500V ESD isolation
📶20Kbps–1Mbps programmable CAN baud rate
🔌Plug & Play USB convenience

Description

⚡ Power your projects with seamless CAN connectivity!

  • EFFORTLESS PLUG PLAY - No external power needed—just plug in and start coding with provided C/Python libraries and demos.
  • UNIVERSAL COMPATIBILITY - Seamlessly connects Raspberry Pi, Jetson Nano, Tinker Board & more across Windows, Linux, Mac, Android, Venus OS.
  • HIGH SPEED DATA TRANSFER - Wide CAN baud rate range from 20Kbps up to 1Mbps lets you tailor performance to your project’s needs.
  • ROBUST ELECTRICAL PROTECTION - 3000V voltage isolation and 2500V ESD protection ensure your devices stay safe under any condition.
  • FLEXIBLE CAN PROTOCOL SUPPORT - Supports CAN bus 2.0A & 2.0B with selectable 120Ω resistor jumper for ultimate customization.

The USB to CAN Converter Cable by innomaker is a versatile, plug-and-play interface designed for Raspberry Pi, Jetson Nano, Tinker Board, and other single board computers. Supporting Windows, Linux, Mac OS, Android, and Venus OS, it offers programmable CAN baud rates from 20Kbps to 1Mbps, robust 3000V voltage isolation, and 2500V ESD protection. With built-in support for CAN bus 2.0A/2.0B and included C/Python libraries, it’s the perfect tool for developers seeking reliable, high-speed CAN communication without external power requirements.

Large manufacture image 1Large manufacture image 2Large manufacture image 3
Small manufacture image 1Small manufacture image 2Small manufacture image 3Small manufacture image 4Small manufacture image 5Small manufacture image 6Small manufacture image 7Small manufacture image 8

Specifications

Brandinnomaker
Item model numberUSB2CAN-C
Operating SystemLinux, Windows 8, Windows, Mac OS
Item Weight4.2 ounces
Package Dimensions5.08 x 3.5 x 1.85 inches
ColorBlack
Manufacturerinnomaker
ASINB09K3LL93Q
Country of OriginChina
Date First AvailableOctober 13, 2021

Have a Question? See What Others Asked

Does this device support macos big sur?
Will this work on a 64-bit c# .net 6 app? i am currently using peakcan usb with pcanbasic, but would like to test this device out as a replacement.
Has anybody found a good case for these yet? specifically as-is (the OBD2 case is clever, though not my need)
Will this work with single wire low speed cans? ie gmlan

Reviews

4.3

All from verified purchases

G**N

Works for me on Windows 10 - Documentation and Example code is available and useful

Folks, I had no problem getting this device up, running, and working with Innomaker's C# example code (I know that should be the case for any similar product... but unfortunately, it isn't).I'm using VS2013 currently and it took very little work to get this going.I've also started "Secondary Development" and it's also working out for me, so far.In my opinion, this device's USB driver / interface is far better than the plethora of "cheap" Virtual Com Port (VCP) devices that are out there. A good bit of code had to be developed to make them somewhat usable.I had nothing but problems with several of these other USB to CAN "VCP" devices. I could never get them working properly, reliably, or efficiently. They were "cheaper", but ultimately a waste of my valuable time, as the serial interface was problematic (a real weakness in Windows and I tried / developed several drivers but ultimately ended up disappointed), and they provided little to no documentation / example code (either none, unusable, or unreadable). Support was also poor, although I can't comment on Innomaker support, as I haven't had to even ask for support!The Innomaker device is a bit more expensive than the "cheap" ones, but in this case, you do get what you pay for.I've run millions of CAN frames through this device and have had no issues to report.The device was plug and play for me. Others have complained that it wasn't for them.Bottom line... It's early yet, and I still have much testing to do, but so far, my experience has been far better with this "Innomaker" product than with several previous competitor products.I wish I had spent time on this device first before wasting weeks on the other "cheap" devices.I'll update my review as I get more experience with the product.Update 4-17-2024Everything is still going well but, as with other similar devices, I'm seeing a limitation to how fast messages can be transmitted.Using the synchronous send function and 6 configured extended CAN messages, sent in a loop, I'm averaging just above 100msec per message.The code is optimized at this point, so the only current way to send them faster is to reduce the number of CAN messages being sent.I'm not going to ding my rating on this device at this point because my experience using it has been so good.Note: I have not tried the Async functions yet and have not tested the device queue depth to determine how many messages can be queued before it chokes.

A**Y

Plug and play Linux Socketcan device

These are great USB to socket can devices that require no setup for default Ubuntu distributions. All that's required is setting the interface baud rate, which is to be expected.

S**.

Value for money

Cheap can logger if you don't need precision timing this will work just well

K**.

Good

The interface works on Raspberry PI as indicated and also Linux Mint. It doesn't work with WSL on Windows but the description did't mention it so no big deal. The sample Python scripts is basic, with once script to receive and another to send. It would have been nice if they had a basic GUI that received and send at the same time.Including the DB9 connector with screw terminals is nice to have. I was able to connect to a CANable interface that also used screw terminals It would have been nice if the CAN interface had an enclosure as well.

I**N

Worked as advertised, good equipment

I bought two units and was able to easily write a test program to send data back and forth between them. Very usable tech. I would buy this again in a second. It could not have been easier to integrate.

M**.

Does not work

Contacted the seller about the windows driver and python libraries they do not work. Seldom answers emails.Contacted the seller about the windows driver and python libraries they do not work. Seldom answers emails.

G**I

Great for car hacking

I bought this to use with "The Car Hacker’s Handbook" and its been working great. I put it inside an OBD2 enclosure that was the same price as a DB9 to OBD2 cable (See picture).I'm using a Linux Mint VM in Parallels on a Mac Book Air to test the CAN adapter. I run the following commands to get it up and running.sudo modprobe cansudo modprobe can-rawsudo ip link set can0 type can bitrate 500000sudo ip link set up can0

R**N

Great design and support

I'm an engineer working on CAN project at work, I bought this to use as a CAN sniffer. I'm very impressed with the quality and design.When I plugged it into my Ubuntu laptop it "just worked", no hassles at all. Since it uses CAN sockets on Linux is it well supported. I emailed a technical question to support and received competent answer within 24 hours.Highly recommended, I even bought a couple more for my co-workers.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Abdullah B.

Great price for an authentic product. Fast international shipping too!

3 weeks ago

Pooja R.

The customer service exceeded my expectations. Perfect for buying products you can't find elsewhere.

1 week ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving over 300 million shoppers across more than 200 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
SAR 277

Duties & taxes incl.

KSAstore
1
Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction
12 interest-free installments with tabby

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Suresh K.

Very impressed with the quality and fast delivery. Will shop here again.

4 days ago

Fatima A.

Best international shipping I've ever tried. Worth every penny!

3 days ago

Usb To Can Converter Cable For Raspberry Pi5 4 Pi3b | Desertcart KSA