JayTee42 / ow18b

Bluetooth access to the OWON (c) OW18B multimeter from Linux
MIT License
8 stars 3 forks source link

Python support on Linux #2

Open ullix opened 4 months ago

ullix commented 4 months ago

I just got the OW18E. Using Android Smartphone via Bluetooth with the vendor's app works well. But I want to call this DMM from my Python program on Linux (and Windows, and Mac). Is there any Python support in your code or do you know of any?

JayTee42 commented 3 months ago

Hey, at the moment, there is no Python support, sorry. I might be willing to write a wrapper in the future when there is some spare time. Until then, I'd be happy to accept pull requests on that topic.

ullix commented 3 months ago

In the meantime I have figured out 3 possible solutions for Python. They are all working, though so far I don't see them ready for prime-time. See them here:

https://github.com/sercona/Owon-Multimeters/issues/4