This page is continually revised with new examples, please check back frequently.
A note on the Excel spreadsheets: When opening any of the sample spreadsheets,
Excel may display a warning that the spreadsheet contains macros.
Excel is referring to the Visual Basic for Applications (VBA) code within the
spreadsheet that communicates with the sensor.
The sample spreadsheets do not contain any harmful macros, and may be opened safely.
This program demonstrates querying the sensor's firmware version, as well as changing the baud rate of the serial communications link with the sensor.
C Source code.C++ Source code.
Callback
Demonstrates using the library's callback functionality to efficiently acquire samples and write the data to a disk file.
C Source code.C++ Source code.