This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB-TO-GPIO: Reading more than 60 bytes through I2C

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?