Counters on 8061

Hello!

I am using the K8061 USB interface board with the latest driver (k8061_vistapack_2007v1.zip). Looking into the K8061.DLL file and analyzing the source code for the old version of this dll I can see some undocumented functions:
procedure ReadCounters(CardNumber: Longint; Buffer: Pointer); stdcall;
procedure ResetCounters(CardNumber: Longint); stdcall;

Is it possible to use counters on K8061?

There is no pulse counter similar as in the K8055. It is just a “dummy” counter counting how many times the unit has been started.

Thank you!
No miracle :slight_smile:
And what do you mean by “started”? Connected to usb?

This function:
function Connected(CardNumber: Longint): Boolean; stdcall;
returns true if the card is connected and “found”.