controller icon indicating copy to clipboard operation
controller copied to clipboard

HID-IO as a replacement for CDC Virtual Serial Port?

Open zavorka opened this issue 4 years ago • 1 comments

How exactly is the HID-IO interface supposed to fulfill the function of the removed CDC Virtual Serial Port, as you seem to suggest in 9c6c5ddf?

The hid-io/hid-io-core is clearly not ready for public consumption, since it fails to build with a stable version of the Rust compiler.

zavorka avatar Mar 13 '21 15:03 zavorka

Currently HID-IO uses features in rust that require the nightly compiler. As noted in the README.md dependencies.

Which version of the firmware are you using?

haata avatar Mar 13 '21 17:03 haata