usbd-serial icon indicating copy to clipboard operation
usbd-serial copied to clipboard

Desktop or embedded?

Open White-Rabbit-Scientific opened this issue 1 year ago • 1 comments

Desktop or embedded?

White-Rabbit-Scientific avatar Jul 15 '24 02:07 White-Rabbit-Scientific

Please elaborate your question. What is your actual use case?

eldruin avatar Jul 26 '24 07:07 eldruin

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?

listentodella avatar Oct 03 '24 07:10 listentodella

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

mvirkkunen avatar Oct 03 '24 07:10 mvirkkunen

Thanks! I'm looking for such crate for hours!

listentodella avatar Oct 03 '24 07:10 listentodella