help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave instrument-control/i2c_read


From: Grzegorz Ficht
Subject: Octave instrument-control/i2c_read
Date: Tue, 7 Oct 2014 12:12:50 +0200

I have two questions regarding the i2c library:

1. i2c_read - it works in a different manner you would normally operate an i2c bus. It just reads all of the registers of the i2c device that's connected currently, instead of sending a request for data from a specific register. This makes you use a huge buffer for i2c data to scan through all the data instead of getting specific values you need. Is there a workaround?
2. What's the frequency that the bus operates with?

Best Regards,
Greg

reply via email to

[Prev in Thread] Current Thread [Next in Thread]