c# - accessing i2c device through windows application -
i testing hid-i2c compliant device on windows 8. device connected on i2c interface there no interrupt line our our i2c device x86 machine.
is there way can still enumerate hid-i2c device ?
from msdn website came know hid-i2c enumeration hid-i2c class driver reads device information acpi table.
is there way re-enumerate hid-i2c devices user application ? code sample of such application can me lot.
Comments
Post a Comment