I2C port on the Xtreme

We are looking at the I2C port on the Xtreme and are coming up with an issue

Using the samples taken from “Win-demo-apps-master” we can only seem to get the sample app “UPI2cTestTool” to return values.

The “I2C” demo does not, every attempt to read the I2C port returns “Status Error”.

The first demo uses Windows.Devices.I2c to acquire the data from the I2c port, but for our app we will require to use the AAEONEAPI.dll as per the “I2C” demo.

Does I2C component in the AAEONEAPI.dll is functional, and if so how do we access it

Answers