I am developing a battery driver. Since this battery driver has to go
through a I2C bus to get info from a battery monitoring chip, I need to call
a I2C bus driver.
This I2C driver uses standard file interface (CreateFile, DeviceIOControl,
etc). When I calls CreateFile(...) to open this I2C driver, I got error
saying "device not exist". Does WINCE5.0 allow such calling? If it does, can
someone advise what I should check?
Thanks a lot.
Fan