jtcash / OwonB41T

A Windows Bluetooth(BLE) client for the Owon B41T+ multimeter. Any BLE adaptor is compatible, so no dongle needed!
The Unlicense
15 stars 4 forks source link

Request / Idea (no issue) #4

Closed Palingenesis closed 1 year ago

Palingenesis commented 1 year ago

Hi just love that you have done this. Just got my self a OWON B35T+, your software works great with it. I am not good with C++ on windows, ok with microcontrollers :) With Windows I use VB.NET. I use MS Visual Studio.

I wondered if you would fancy splitting your Project/code it to two parts. Make the first part a "dll", for connecting getting/sending/converting data. The communication with the Multi-Meter. Second part the terminal output. UI.

In MS Visual Studio I have in the past used "C++.NET" dll's in projects with VB.NET (mixed language projects) with no issues. If you could make it into a dll, I could use it and make a fancy UI in VB.NET. I thought I would ask. No worries if it would be to much work.

Thankyou again for a great application. Didn't realise I would need a special dongle when I bought the Multi-Meter.

Palingenesis commented 1 year ago

Sorry forget what I asked. Bad memory. I looked into it, I was thinking of a project I did using a Class Library in C#.

Palingenesis commented 1 year ago

as above