Hi,
I have a DLL (externally supplied) that is documented to require an input of a "unsigned char *pucBuffer". Does anyone know what type of TestStand variable, and how I would send it? As I understand this, it's a pointer to an unsigned 8 bit number. BUT! the function controls a 32 bit device, and expects at least 4 of the 8 bit values or a single transaction. That leads me to believe ( maybe incorrectly) that I really need an array of unsigned chars. However, if I try sending that type of variable from TS to my DLL, it complains that it was handed an array and was looking for a number.
thanks in advance for any help,
David Dupont