-
Notifications
You must be signed in to change notification settings - Fork 28
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
Couldn´t save Serial Port Value on Windows #1
Comments
Also experiencing a similar issue on linux mint. |
I'm having the same issue on Windows 10. I insert COM3 into the port window but can't press close and it doesn't seem to have an effect. I still get the port not open error. |
As a workaround, you can edit the lib\hm310.js file and change line 18 to be: |
same issue on MacOS (10.15.6 Catalina) and Windows 10 |
Thanks @MikeInMinnesota I was able to get it to work with your instructions. @mmielck here's a step-by-step:
|
yep, i'm stupid... |
OK, I think the original problem is that line 23 of settings.html should be a relative path. And then the close button will work. I see some strangeness if you set the port to be the same as the current open port because the port doesn't get closed first so it gets into a opening exception loop, but that's a different issue. |
@MikeInMinnesota would it be possible for you to upload a fixed Windows runtime version? Thank you very much! TinkerBarn |
https://github.com/LOENS2/hanmatek-hm310p/releases |
Hallo |
Hallo @Alter-Sachse, |
I have this issue on Big Sur, and going back to Catalina is no option. Can you show me the contents of that file so I can see the naming and build up? thanks any other solutions are welcome as well |
For the compiled Mac version I found the following solution/workaround after reading here, that "require('settings.js');" needs to be changed to "require('./settings.js');" Open the file "/Applications/HM310P.app/Contents/Resources/app.asar" with the hex editor. At offset 925657 replace the following 22 bytes: 20207265 71756972 65282773 65747469 6E67732E 6A73 with this: 72657175 69726528 272E2F73 65747469 6E67732E 6A73 In ASCII it will replace this: " require('settings.js" with this: "require('./settings.js" Please note the 2 spaces (2020 in hex) at the beginning of the original string. Save the file. There is still a bug in the app which I could not solve with the patch above: |
Hello, Software runs great thank you, however when I export the CSV file the timestamps are not correct. Does anyone know how to change fix this and also change the frequency of data points. Cheers! |
Did you solved it? |
You can download a fixed Windows version from the fork of LOENS2. |
Hello,
i just downloaded the Version 1.0.0. I tried the Installer and the Application as well. I can insert the value but the close button don´t work.
Best regards
The text was updated successfully, but these errors were encountered: