Python reading GM1356 Digital Sound Level Meter
What this code does :
- This code reads out data from Benetech GM1356 digital sound level meter and stores it in a csv file
- USB initialisation, get data command & data interpretation obtained via reverse engineering
- Before using -> set parameters on device (dB A, Fast, Max lock off) then start this script
Tested :
- Tested on windows 10, Python 3.6.6, pywinusb 0.4.2
Inspiration & thanks to :
- https://www.wenbiancheng.com/question/python/16357756-How%20to%20send%20hid%20data%20to%20device%20using%20python%20/%20pywinusb?
- http://www.swblabs.com/article/pi-soundmeter (WS1361 digital sound level meter)
- https://freeusbanalyzer.com/