Specifications
109
2.11.4 Automatic Power OFF
The user can automatically turn off the power to the MCR if a given period of time elapses. The
MCR power is basically turned on when MCROpen function is carried out, and turned off when
MCRClose function is carried out. However, MCRSetAutoPowerOff function turns the MCR
power to off after elapse of a given time period even if MCRClose function is not carried out
(The MCR cannot be used while the power is off). To resume the MCR power again from the
Automatic Power OFF condition and activate the MCR, use MCRResume function.
The functions of the MCR Library relevant to the “Automatic Power OFF” are as follows.
MCRSetAutoPowerOff
: Turns off the power to the magnetic card reader when a specified time
period elapses.
MCRGetAutoPowerOff
: Retrieves the time period of countdown.
2.11.5 Raw Data Retrieve
By having a magnetic card run through the MCR, raw data itself magnetized in the card can be
retrieved. Because the data is raw retrieved directly from the MCR, data process such as data error
detection is not carried out. Any one of the errors listed below if occur will prevent from
retrieving raw data.
¾ Buffer full error
¾ Min. data error
¾ Pre-data continuous 1 error
¾ Post data continuous 1 error
¾ Min. pulse error
The function of the MCR Library relevant to the “Raw Data Retrieve” is as follows.
MCRReadRaw
: Retrieves raw data read by the magnetic card reader.