Closed s-light closed 5 years ago
Its already implemented in Chrome & Opera. so should be a good thing to use...
currently it is not possible to use HID devices from the browser. WebUSB can not claim HID devices - as they are handled by another OS driver... in the future eventually WebHID could be the solution to this..
That is correct. On all platforms a device advertising the HID protocol will be claimed by the system HID driver and should not be claimed by a site using the WebUSB API.
If you want to connect to an HID interface you will need to modify the device so that the interface is no longer marked as HID. ..
device-listing with node-hid works :-)
reading and writing to device works on linux! :-)
also basic tests works on macos :-)
also basic tests works on windows :-) :tada:
i think for now this is all fine!
get access to native connected usb devices. HID devices would be ok for now..
according to stackoverflow - Serial or HID (usb) Communication in iOS (iPhone/iPad) wired connections to iOS devices are only possible when the device is registerd in the official Apple MFi Program
implement & test