Okay, I have finally mocked something up in C to test the behaviour. Unfortunately, the results are inconclusive. The program (less some repeating stuff): #include <stdlib.h> #include <stdio.h> #include "phidget22.h" int main(int argc, char *argv[]) { PhidgetReturnCode res; const char *err...