Hey all, I'm having a really difficult time understanding how to read from an I2C to USB converter. I have my device hooked up right, because it works perfectly with the company's OEM reading software. I cannot get the device to read in LabVIEW, however. Here's some info on the product I'm using, the Sensirion SFM3000: http://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/GasFlow/Sensirion_Gas_Flow_SFM3000_I2C_Functional_Description_V1.pdf
My biggest questions I suppose:
How can I create a 16-bit array?
How can I send an unsigned 16-bit array to the device while the VISA/I2C VI's only allow 8 bits?
How can I get LabVIEW to read the returned array?
Thank you!