-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
11 lines (7 loc) · 809 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
MAS345_GUI
This is a little project, which aims to use the Mastech MAS-345 type digital multimerer's PC interface (RS232). Since I couldn't find any working software for win x64, I started to develop my own one. I found only one perl based solution ( https://github.com/mschilli/device-mas345-perl ) by mschilli, so I understood the crazy serialport settings (600bps, 7n2) and the protocol based on that, thanks for it :) .
The code is pretty dirty, because I am not a C# expert, just learning it, so if you want to join and improve it, don't hesitate.
This new version covers some new features, such as measurement visualization, save/load/export, etc.
Source is available on: https://github.com/libesz/MAS345_GUI
Created with Microsoft Visual Studio Express 2010 (.NET framework 4.0)
License: GPL