I think the next step is to create a set of labVIEW 'wrappers' using call library function nodes to interact with the functions in ../USB/libhid2/libmcchid.so
The first function that am trying to test is usbDConfigPort_USB1208LS. I found a .h file that shows the format:
void usbDConfigPort_USB1208LS(HIDInterface* hid, __u8 port, __u8 direction);
However, I can't create the first data type ( a pointer to a HIDInterface).
Am I on the right track at all here? Has anybody been able to get any MCC devices working under linux?
thanks,
Jesse











