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

[bug] Cannot detect Omega N0110 on Windows 10 #3

Open
daitangio opened this issue Aug 4, 2021 · 2 comments
Open

[bug] Cannot detect Omega N0110 on Windows 10 #3

daitangio opened this issue Aug 4, 2021 · 2 comments
Labels
bug Something isn't working sorting

Comments

@daitangio
Copy link

I was unable to detect a Numworks N0110 with Omega just flashed on it.
On the same pc I am able to connect to the calculator from omega.dev.

Where am I wrong?
The Chrome usb-connect window does not show the calculator when I access from localhost:3000
It is a security problem?

Omega version is 1.22.1
Epsilon version is 15.3.1

Thank you!

@daitangio daitangio added bug Something isn't working sorting labels Aug 4, 2021
@Miniontoby
Copy link

Miniontoby commented Sep 20, 2022

I think according to https://github.com/Omega-Numworks/numworks.js/blob/master/Numworks.js#L148
it might just be that your ProductID doesn't match, I would suggest removing the ProductID (Mostly just copy the contents of the function and then remove ProductID field) to just check if it can be found. After that report back on the result.

So try navigator.usb.requestDevice({ 'filters': [{'vendorId': 0x0483}]}) in your browser and check if you can find your calculator

@Yaya-Cout
Copy link
Contributor

This isn't the problem : it's a bug in the example code. Can you try to replace var calculator = new Numworks.Recovery(); by var calculator = new Numworks(); in example/index.js (line 4) to see your calculator ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sorting
Projects
None yet
Development

No branches or pull requests

3 participants