User's Manual

Morphocheck Terminal - Developer’s Guide
DPD A00358-A03
Page 12 / 15
3.5.
Fingerprint Reader
Power ON the Fingerprint reader
This operation is done through the interface board power on. See the 2.4 General Power
Supply section.
Power OFF the Fingerprint reader
This operation is done through the interface board power off. See the 2.4 General Power
Supply section.
Switch the serial communication to the Fingerprint reader
PIN 70 State
Communication switch to
TRUE
MSO-CBM
FALSE
DUAL READER
Set the output pin 70 to true switches the serial communication to the MSO-CBM fingerprint
reader.
WorkAboutPRO .Net Wrapper sample code:
using PsionTeklogix.WorkAboutPro;
public class DeviceInterface
{
public static void SwitchSerialCommToFingerprintReader()
{
WorkAboutPro WAP = new WorkAboutPro();
// Switch the serial communication to the MSO-CBM
WAP.GPIO_SetPIN70State(true);
}
}