This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Mini-Dig Tio32.dll function signatures / documentation?

Other Parts Discussed in Thread: TMP007, ADS1100

I need to write up some software for the Mini-Dig module.  I found the Tio32 dll in with the TMP007 calibration software, and a dump of the dll shows 19 functions:

tio32_AdsMux
tio32_Close
tio32_ConvertCmd
tio32_ConvertCmdLv
tio32_FindTheHID
tio32_GetBoardCount
tio32_GetCtrlPort
tio32_GetResults
tio32_GetTimeStamp
tio32_HideDbgWnd
tio32_HideWnd
tio32_LoadCalibrationConstants
tio32_Open
tio32_ReadDoubleFromEEPROM
tio32_ReadILoop
tio32_Read_ADS1100
tio32_RunMnemo
tio32_SendReceive32
tio32_SetCurrentVoltageMode
tio32_SetLogLevel
tio32_ShowDbgWnd
tio32_ShowWnd
tio32_TestBoardAvail
tio32_WriteDAC
tio32_WriteDoubleToEEPROM

However, I can't find any info on the signature of these calls.  There's always digging through the assembly code and figure it out, but if there's documentation out there for this dll (and writing software for the Mini-Dig), I'd rather go that route.