Skip to content
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

Device port is not showing on Android chrome app #17

Closed
rohitdharavath opened this issue Sep 9, 2020 · 1 comment
Closed

Device port is not showing on Android chrome app #17

rohitdharavath opened this issue Sep 9, 2020 · 1 comment

Comments

@rohitdharavath
Copy link

I am trying to connect to an external device to get data on mobile web page using chrome navigator.serial.requestPort().
It was working on desktop chrome app but not working on mobile. Even checked in serial-terminal. But no ports are displayed.

@reillyeon
Copy link
Collaborator

Chrome only supports the Serial API on desktop platforms because Android doesn't have a serial API. Resolving #1 will fix this for USB serial devices and Bluetooth Low Energy devices once those are also supported by the library. Chromium issue 1043300 will resolve this for Bluetooth Classic devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants