Developers Corner
Dev: Making new datalogging definitions for QuarterHorse
Introduction Creating definitions for datalogging with the QH is a complicated, involved process. Regardless of which software is being used, there is a common core set of tasks that need to be done to allow meaningful real-world data to get spit out. Overview Before I get into the specifics, it probably helps to understand [...]
Dev: Hardware Interfacing Guide
Introduction Although our hardware uses USB connectivity, you don’t have to be a kernel level device driver programmer or any sort of expert in the USB framework to interface our devices.Our devices simply create a virtual COM port that can be written to via all sorts of methods. Old-school Windows programmers may be familiar with [...]