Part Number: USB-TO-GPIO
I have a device connected through the USB to GPIO Interface Adapter. I am writing a C program that communicates to the device using i2cWrite and i2cRead. I can successfully write to the device, but can only read the first 60 bytes of the device's response. If I attempt to reissue a read command using the i2cRead function, I still only receive the first 60 bytes of the device's response. How can I continue reading from the device's buffer through I2C?