Skip to content

bsatrom/usb-console-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Zephyr USB UART Console

### Description:

A simple example of console output to USB UART.

Usage
-----
Plug the board into a host device, for example, a PC running Linux.
The board will be detected as a CDC_ACM serial device. To see the console output
from the zephyr board, use a command similar to `minicom -D /dev/ttyACM0`.
You may need to stop modemmanager via `sudo stop modemmanager`, if it is
trying to access the device in the background.

--------------------------------------------------------------------------------

### Building and Running Project:

```bash
$ west build -b swan_r5
```

Sample Output:

```bash
Hello USB Console...
Hello USB Console...
Hello USB Console...
Hello USB Console...
...
...
```

About

Sample of USB UART output in a ZephyrRTOS application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published