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

Filter options do not work when searching for ports. #13

Open
applekss opened this issue Aug 23, 2024 · 2 comments
Open

Filter options do not work when searching for ports. #13

applekss opened this issue Aug 23, 2024 · 2 comments

Comments

@applekss
Copy link

applekss commented Aug 23, 2024

hello. First of all, due to personal circumstances, I need to use the web serial API in a firefox environment. Thank you for providing such a beautiful program!

However, I have a question regarding filter options.

I am using the filter option like this in my code, but in the latest Linux release, this filter option does not work and all ports are searched.

< my code in Chrome web serial api >
port = await navigator.serial.requestPort({ filters: [{ usbVendorId: myVendorId }] });
gitquestion

@kuba2k2
Copy link
Owner

kuba2k2 commented Aug 23, 2024

This is not implemented yet.
There is an incoming PR (#4), but the author didn't follow up with the review.

@applekss
Copy link
Author

Thank you for your reply. By any chance, can I customize this and use it? Of course it will take a long time...

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