With mouse connected to usb host and pc through usb c, hid write returns write access denied
Without mouse connected, hid write returns incorrect function even though my report descriptor seems correct -> I think in theory it is possible to send HID if arduino is recognized as a USB host and not a USB device
I tried using serial com instead, but if CDC is enabled the arduino is not recognized as HID device on Windows. This works on my Mac though
Anyone have insight on how to resolve Windows recognizing the arduino as HID device
even if it has com port?
Yes but not clear on why that imposes limitations on what Im trying to do?
ESP32 acts as a serial bridge between a PC and the RA4M1 MCU. Why can't HID reports be sent to USB serial ESP_USB, passed though RA4M1_Bridge, and processed in MCU which then uses RA4M1_USB to send HID. Sure I can't use HID-project but can I not create my own HID report descriptor parser for the MCU?