Exactly I've got a labview source code. Here are the prototypes of the dll's functions: (That's how labview shows):
long DevNew(Cstr arg1, CStr arg2, unsigned short int arg3);
long DevWrite(unsigned char arg1, CStr arg2, long arg3);
long DevRead(unsigned char arg1, CStr arg2, long arg3);
long...