USB CDC-ACM serial port class for use with the usb-device library, enabling USB serial communication on embedded devices.
# Cargo.toml
[dependencies]
usbd-serial = "0.2.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up a USB CDC-ACM serial port that echoes received data.
Add usb-device and a HAL crate like stm32-usbd or nrf-usbd to your dependencies.
No dependency data recorded yet.