K8055 counters

Is it possible to add more input counters to Demo form. (copy counter 1 & 2 to 3,4,5)?
What parameter needs to be set to automatically detect/connect the board?

The K8055 does not maintain counters for inputs 3, 4 and 5. You would have to count in your software. That however will have serious reliability problems. The demo program as it is only polls the card every 50ms. A quick button press+release could easily be missed and not counted. You could change the program and let it poll faster, but not faster than every 10ms, since the K8055 is a low speed USB device and that is the fastest HID report interval as per USB specifications. 10ms is still a long time for a button press+release to slip through undetected.

The Open8055 firmware does support counters on all 5 digital inputs.

Regards,
Jan

Thanks