I bought an PCSU200 and want to write my own software for this device. How can I address this device while using the DLL? The function “Start_PCSU200:Boolean; stdcall; external ‘PCSU200.dll’” is not useful, because i want connect to the device by own software.
There is no direct hardware access to the PCSU200 from the PCSU200.DLL.
All communication routines are included to the PcLab200.exe.
The PCSU200.DLL is just a link between the user’s application program and PcLab200.exe.
You may use the Show_PCSU200(Visible: Boolean) function to hide the PcLab200 user interface.