usbd-serial
usbd-serial copied to clipboard
Desktop or embedded?
Desktop or embedded?
Please elaborate your question. What is your actual use case?
can this crate run on the Desktop to read or write a cdc device ? Or this crate can only used as to create a cdc device for the embedded devices?
This crate is meant to be used on embedded devices to implement a CDC serial port. If you want to access such a port from a normal computer, you can use e.g. https://crates.io/crates/serialport
Thanks! I'm looking for such crate for hours!