Good afternoon,
For the last few weeks my team has been using USB-8451 Interface to test and read up the statuses of some circuits we have made. Up until this point I have been using NI-845x 2.1 drivers, and a GUI created by myself in Visual Studio C++ using the C I2C API.
However, now I have to test the Master circuits by simulating a Slave device, and so USB-8452 was ordered last week. It came with the 14.0 drivers which we have installed. Unfortunately I am having a few problems with getting my code to work to successfully implement a Slave device.
My questions is, are there any examples available of Slave I2C devices implementation using C? Either official NI ones, or made by someone from the community. I hoped that maybe updating the drivers would add some new ones to the 'Examples' folder I have found, but it seems like the folder has been untouched since installing the 2.1 software.
Thank you very much for any help,
Konrad