kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
810 stars 274 forks source link

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

Open zavorka opened 3 years ago

zavorka commented 3 years ago

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.

haata commented 3 years ago

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?