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

Product ID: 421033161
Secure Transaction

Details

  • Compatible Devices
    Computer
  • Specific Uses For Product
    Monoblock CAN
  • Connector Type
    USB 2.0
  • Color
    Black
  • Brand
    innomaker
20Kbps-1Mbps programmable baud rate
🔌Universal USB-CAN connectivity
🛡️3000V isolation & 2500V ESD protection

Description

🚀 Unlock the power of universal CAN bus connectivity—plug in, code up, and lead the IoT revolution!

  • COMPACT LIGHTWEIGHT DESIGN - At just 4.2 ounces and sleek black finish, it’s the perfect portable companion for your SBC setups.
  • FLEXIBLE CAN PROTOCOL SUPPORT - Supports CAN 2.0A/2.0B protocols with a configurable 120Ω terminal resistor for ultimate customization.
  • DEVELOPER READY TOOLKIT INCLUDED - C/Python SDK, SocketCAN drivers, and Mac IOUSBKit demos empower your next-level CAN bus projects.
  • ROBUST INDUSTRIAL GRADE PROTECTION - 3000V signal isolation and 2500V ESD shielding safeguard your data and hardware in any environment.
  • SEAMLESS MULTI PLATFORM COMPATIBILITY - Plug-and-play support for Windows, Linux, macOS, Android & Venus OS ensures you’re always connected.

The USB to CAN Converter Cable by innomaker offers universal compatibility with Raspberry Pi, Jetson Nano, Tinker Board, and more. Featuring industrial-grade 3000V isolation and 2500V ESD protection, it supports programmable CAN bus speeds from 20Kbps to 1Mbps and CAN 2.0A/2.0B protocols. This plug-and-play adapter includes a comprehensive developer toolkit for Windows, Linux, macOS, Android, and Venus OS, making it an essential tool for professionals building reliable CAN bus applications.

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

Processorarm_7100
RAMLPDDR4
Brandinnomaker
SeriesUSB2CAN-C
Item model numberUSB2CAN-C
Operating SystemLinux, Mac OS, Windows, Windows 8
Item Weight4.2 ounces
Package Dimensions5.08 x 3.5 x 1.85 inches
ColorBlack
Processor BrandARM
Number of Processors1
Manufacturerinnomaker
ASINB09K3LL93Q
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

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.

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.

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.

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.

S**.

Value for money

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

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

Yes, all products are sourced directly from authorized retailers in the US, UK, UAE and India. We maintain strict quality control processes and verify each product before shipping. All items come with applicable manufacturer warranties and are covered by our standard return policy.
Delivery times vary by destination country, typically ranging from 3-9 business days. Each order is fully trackable through our system. We handle all customs clearance and use reliable courier partners for last-mile delivery. You'll receive regular updates about your order status via email and our app.
Desertcart is an international e-commerce platform operating since 2014. We securely process thousands of orders globally each day. Every product goes through our quality verification process before delivery, and we provide end-to-end order tracking, 24/7 customer support, and a comprehensive returns policy to ensure a safe shopping experience.
Our prices include the product cost, international shipping, import duties, customs clearance, and local delivery charges. We handle all customs and import procedures, ensuring there are no hidden fees upon delivery. PRO members receive additional benefits including free shipping.

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Fatima A.

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

3 days ago

Reema J.

Perfect platform for hard-to-find items. Delivery was prompt.

1 month ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving millions of shoppers across more than 100 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.
14976 som

Duties & taxes incl.

Kyrgyzstanstore
1
Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Ask AI about this Product

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Meera L.

Smooth transaction and product arrived in perfect condition.

3 weeks ago

Imran F.

Very reliable shop with genuine products. Will definitely buy again!

2 weeks ago

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