s-light / quasar_test

just experimenting with Quasar
https://s-light.github.io/quasar_test/helloworld/dist/spa/
MIT License
1 stars 0 forks source link

experiment with USB & HID devices #1

Closed s-light closed 5 years ago

s-light commented 5 years ago

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

s-light commented 5 years ago

research WebUSB

Its already implemented in Chrome & Opera. so should be a good thing to use...

s-light commented 5 years ago

research HID

s-light commented 5 years ago

Results of WebUSB research

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..

additional resources

s-light commented 5 years ago

device-listing with node-hid works :-)

s-light commented 5 years ago

reading and writing to device works on linux! :-) image

s-light commented 5 years ago

also basic tests works on macos :-)

s-light commented 5 years ago

also basic tests works on windows :-) :tada:

s-light commented 5 years ago

i think for now this is all fine!