-
Notifications
You must be signed in to change notification settings - Fork 5
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] Example doesn't work #6
Comments
I might try this... I think this issue is actually not related to this repo but to windows... After: I got it working with this command: EDIT: It didn't see my calculator, can this be because I use the default software and not the Omega software? |
Can you try to replace |
Does sort of work, cause it says me this after connecting:
|
It's working, so. |
Do you have Epsilon 19 ? |
I am running on 19.5.0 ( bb3baa7 ) |
Epsilon 19 isn't compatible with NumWorks.js. Can you try with Upsilon.js ? (Upsilon.js is the Upsilon's fork of Numworks.js) |
Can you send me link to Upsilon.js? I cannot find it on gh...
EDIT I found it: https://github.com/UpsilonNumworks/upsilon.js
|
Oke that one worked! |
So i got it all working. Maybe it is a good idea to put the Upsilon.js in
the README at a section: 'if your NW reset when you connected it and trying
to read/write to storage, use this fork'
Also before we close tjis issue:
I got this error message when reading and writing to NW: "Start address
0x90000008 outside of memory map bounds" idk what to do with this...
Op wo 21 sep. 2022 12:57 schreef Yaya-Cout ***@***.***>:
… Epsilon 19 isn't compatible with NumWorks.js. Can you try with Upsilon.js
? (Upsilon.js is the Upsilon's fork of Numworks.js)
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALNYDYCQUPVA62KPHCZQSM3V7LSYTANCNFSM6AAAAAAQQJMUSY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So i got it all working and added a way to allow running this lib without
webserver just in nodejs. I can share my addition to the code, since I only
set navigator.usb to node-usb's WebUSB (custom one) if it is undefined.
Maybe it is a good idea to put the Upsilon.js in the README at a section:
'if your NW reset when you connected it and trying to read/write to
storage, use this fork'
Also before we close this issue:
I got this message when reading and writing to NW:
"Start address 0x90000008 outside of memory map bounds"
idk what to do with this...
Op ma 19 sep. 2022 19:09 schreef Yaya-Cout ***@***.***>:
… It's working on up-to-date Arch Linux with Node v18.9.0.
[image: image]
<https://user-images.githubusercontent.com/67095734/191074034-b466fad2-162a-49c2-b325-0974a9d50db5.png>
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALNYDYGJHUPGNWPGBP6IE5TV7CM4DANCNFSM6AAAAAAQQJMUSY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You can now use Upsilon.js's issue tracker. For the error of address, is it with Numwokrs.js or Upsilon.js, with which OS/version. |
Check the UpsilonNumworks#3 if you want to still help me with this. Also do you need that code so this thing can run without webserver thingy? |
Describe the bug
The Example doesn't work
To Reproduce
Steps to reproduce the behavior:
npm install
npm start
Expected behavior
(I guess) that the webserver would need to start
Screenshots
Environment (please complete the following information):
Additional context
Solutions:
var calculator = new Numworks.Recovery();
byvar calculator = new Numworks();
inexample/index.js
(line 4) to see your calculatorThe text was updated successfully, but these errors were encountered: