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

Use SerialAPI polyfill for eScan #4

Open
mikaello opened this issue Sep 13, 2020 · 0 comments
Open

Use SerialAPI polyfill for eScan #4

mikaello opened this issue Sep 13, 2020 · 0 comments

Comments

@mikaello
Copy link
Owner

mikaello commented Sep 13, 2020

eScan is only available trough the WebUSB interface on OSX (maybe on other OS-s too), and 240/MTR4 is pocky available trough Serial API, this means quite a lot of custom code for each API even if the logic is much the same. It may be possible to use https://github.com/google/web-serial-polyfill directly to simulate Serial API, or a fork of this to implement the same workflow and more code sharing between eScan and the 250/MTR4 implementation.

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

1 participant