michiel 2020/11/17 02:13

I am trying to interface the nanoVNA2 (v2_2) through the libxavna-0.dll using a python wrapper via ctypes ( https://docs.python.org/3.8/library/ctypes.html ).
The documentation followed, https://github.com/nanovna/NanoVNA-QT/tree/master/libxavna
equals that of the xaVNA ( https://github.com/xaxaxa-dev/vna ) for which the wrapper does work (using different dll's)

I am using the C API ...
What am I missing here ??