Skip to content

Commit 0a63bfc

Browse files
committed
update README.md
1 parent 5484121 commit 0a63bfc

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@ If you like this, a small donation is appreciated:
44

55
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R8DQO8C)
66

7+
RustyMeter is a GUI application written in Rust powered by the awesome egui framework and builds
8+
on the work of @TheHWCave to turn your OWON XDM multimeter into a PC-based powerhouse
9+
with neat graphing, recording, using it on stream etc.
10+
11+
Meters which have been confirmed working already:
12+
13+
- XDM1041
14+
- XDM1241
15+
- XDM2041 (except 4W resistance, not yet implemented)
16+
17+
Looking for testers for the XDM3000 series!
18+
719
![screenshot](assets/screenshot.png)
820

921
![recorder](assets/recorder.png)
1022

11-
This is a GUI application written in Rust powered by the awesome egui framework and builds
12-
on the work of @TheHWCave to turn your OWON XDM1041 multimeter into a PC-based powerhouse
13-
with neat graphing, recording, using it on stream etc.
14-
1523
Eventually, as this is all SCPI based, it could also be extended to other meters that have SCPI interfaces.
1624
Maybe some stuff even works out of the box.
1725

@@ -26,18 +34,23 @@ Maybe some stuff even works out of the box.
2634
## How to get going
2735

2836
You can clone this repository and just run `cargo build --release`, provided you have rust installed (use `rustup`, it's easy).
29-
The Releases section has automatically built releases for Mac ARM64 and x86_64, Windows x86_64 and Linux x86_64.
37+
The Releases section has automatically built releases for Mac ARM64 and x86_64, Windows 11 x86_64 and Linux x86_64.
3038

3139
### IMPORTANT for Windows
3240

3341
For Windows, if you do not have it from another application, you might need to install the ch340 serial driver.
3442
(Owon has it in their application installer package, it can also be found directly on the WCH manufacturer webpage)
3543

44+
The pre-built binaries might not run on Windows 10 if the installation is not up to date. In this case you might
45+
need to compile from source.
46+
3647
### IMPORTANT for Mac/Linux
3748

3849
Mac and Linux ship the driver per default. On Linux, you might need to configure udev-rules or make sure you are
3950
in the proper serial user group to access serial devices. (google for your distribution what the proper group is)
40-
Mac might require you to explicitly trust the application/binary in the system settings.
51+
52+
Mac might require you to explicitly trust the application/binary in the system settings after first launch.
53+
Gatekeeper requires a signed binary and I have no way of obtaining this signature for such an open source project.
4154

4255
## What this is NOT
4356

0 commit comments

Comments
 (0)