Android support with use of WebUSB API #20
Replies: 3 comments 4 replies
-
Very interesting! I wasn't aware of the fact that Web USB is supported on mobile. Sounds even more unnecessary that the Web Serial API is not then, but ok. It's all "experimental" APIs anyways and I think Safari and Firefox support neither. Web USB can be much more of a security vulnerability, though, so I get that. I had a glance at the code and as far as I understand it, you are essentially adding support for FTDI(-like?) serial-to-USB adapters. You can create a PR if you want and I'll add my two cents ;) |
Beta Was this translation helpful? Give feedback.
-
Ok, that seems to be solved by this pull request: #29 |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion for now since this feature has been implemented now for quite some time using WebUSB and the common FTDI UART chips and it looks to work well. |
Beta Was this translation helpful? Give feedback.
-
Originally the Gamma-MCA does not support Android phones, because it uses the WebUSBSerial API and Android does not contain the necessary USB drivers. (The same situation I expect in the case of Apple, but I have not tested it)
Therefore we made a fork where we added support for WebUSB. Demonstrated on LABDOS semiconductor-based ionizing radiation spectrometer. That seems to actually allow to use of the Gamma-MCA on Android.
Is it that feature desirable in the Gamma-MCA?
Beta Was this translation helpful? Give feedback.
All reactions