How to use USB CDC ACM

Table of Contents

Kernel Configuration

Gadget Serial Kernel Config

On Embedded Platform

Insmod Drivers

After that, a new UART device node will be found in /dev/

Connect Target to Host with a USB cable

You will see Windows notice found a new hardware and try to search and install driver.

Gadget Serial Device Driver installing

On Host Platform

After installation complete, you will see a new serial on Windows

Gadget Serial on Windows Device Manager

And, you will see followed print on target console

Then you can test it use ‘putty’ or ‘Secure CRT’ and so on.

Also, you can connect and test it on virtual PC.

Netchip Gadget Serial on VMware

with followed kernel message print

so you can test it by ‘minicom -D /dev/ttyACM0’.

Reference

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.