-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
experiment with USB & HID devices #1
Comments
research WebUSBIts already implemented in Chrome & Opera.
|
research HID |
Results of WebUSB researchcurrently it is not possible to use HID devices from the browser. additional resources
|
device-listing with node-hid works :-) |
also basic tests works on macos :-) |
also basic tests works on windows :-) |
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
test USBNode WebUSBelectron-usbWebUSB orHID wrapper(with fallback & dummy options)
The text was updated successfully, but these errors were encountered: