Hi there,
I am using a small event driven LUA script to call my HID USB device whenever a light switch is toggled (using offset 0x0D0C). Then the USB device sets it's outputs accordingly.
However, there is a significant delay between the incident and the response: from immediate up to 1 sec. It seems that the event is polled with a fixed 1 sec interval.
Is there a way to shorten this interval to have a more rapid response?
The ipc.display window behaves similar.
Many thanks for a hint,
Dedel