Unitech MR350MKII manual

Page 19

BYTE pageterm;/* page terminator */ } TERM_CONFIG;

Each MR350MKII "terminal" is identified by an ASCII string. There can be up to seven characters of a terminal identification. The identification entry in the TERM_CONFIG table has one more character space to allow ASCII_Z (hex 0) termination, as in C language convention.

online:

'R'

= set to Remote and transmit data to

 

 

the host port (default)

 

'L'

= set to Local and not transmit

echo:

'N'

= Collected data displayed

 

'F'

= Collected data not displayed

 

Above two variables, TERM_online and

 

TERM_echo, are used to control

 

transmission and display of the collected data,

 

respectively. If TERM_online is set to

 

Remote the MR350MKII will transmit data

 

to the host, otherwise it will not transmit. If

 

TERM_echo is set to Echo collected data will

 

be displayed on the MR350MKII LCD,

 

otherwise data will not be displayed.

autolf:

'N'

= set not to append a LF after a CR

 

'F'

= set to append a LF (default)

 

This variable instructs the MR350MKII to

 

append a LF character whenever a CR is

 

collected from an input scanning device.

mode:

'C'

= set to Character mode

 

'B'

= set to Block mode (default)

 

This parameter specifies either character

 

mode or block mode free-format operation.

 

The aforementioned form caching operation

 

is only applicable when the MR350MKII is

 

set in block mode.

linepage:

'L'

= set line block mode (default)

 

'P'

= set page block mode

 

'B'

= set both line and page block modes

The linepage parameter is useful only if mode has been specified as 'B'.

2-18

Image 19
Contents September 2001 Programming Reference ManualIntroduction Table of Contents RS-485 port serial I/O using General Control Commands Error! Bookmark not defined Application Programming Interface System KernelDisplay Subsystem Keypad SubsystemReal time clock subsystem Point to point modeMulti-point mode Communication Subsystem? MS-KermitGET file name Download Program in Point-to-point modeBar code / Magnetic stripe / Proximity / ICC ? MS-KermitSEND file nameCOM1-4? Download Program in Multi-point modeMR350MKII Then, the screen will displaySet beepers volume Page Type Definition DevconfigData Structure Device Control TableBarcode Control Table BarcodeconfigType Definition Word ComconfigCommunication Control Table of Host port ByteTerminal Control Table available for host port only Page Page Set cursor type O Function CallsLCD Display INT 10H Clear screenGet cursor position 1A Enable/disable LCD Backlight INT 21HScroll screen 1C Select COM1 or COM2 as the host port Communication Environment SetupCTS/RTS Set host port protocol1C Set serial port flow control XON/XOFFHost Port for Multi-point Protocol I/O INT21H 1C Setup multi-point address1C Set polling timeout duration Set COM1 port as RS485 or modemOutput data Read host portCheck if Busy-port Serial I/O for RS-232 and RS-485 RS-232 port serial I/O using INT 34HInput data Set Communication parameters Disable RS-232 portBIT # Page Read CTS signal of RS-232 port Set RTS signal of RS-232 portRS-485 port serial I/O using INT 33H Disable RS-485 port for serial I/O Enable RS-485 port for serial I/OInt860x33,s,s Open RS-485 multi-bus to send out data Close RS-485 multi-bus release RS-485 bus LOW Relay Output / Digit Input / Buzzer / LED IndicatorSet LED indicator ON/OFF Read Photo Coupler Level state INT 08H1A Buzzer On/Off Activate/Deactivate Relay ports INT 09HOpen CloseAlarm On/Off 1A Set buzzer volumeGet Security state 21H Internal/ External reader Port INT 21H Enable/Disable External reader portCodabar Read Internal portEnable/disable Internal reader 1F Get Decoder status of Wiegand Format Proximity reader Miscellaneous INT 21H 1F Enable the decoding of a barcode symbology1A Check lithium battery level EAN/UPCSet interrupt vector 1B Get Address ID of the terminalGet interrupt vector 1E Change the Keyboard map Get free disk clusterAscii code vs. scan code cross reference table numeric mode Ascii code corresponded to scan code in Numeric modeDOS Manager Ascii code corresponded to scan code in Alphabetic modeWrite stdout Write stdaux COM2 RS-232 port Read stdaux COM2 RS-232 portRead / Write stdin or return 0 if none is ready Write character string to stdout Read stdin wait if no key2A Get System date 0A Keyboard buffer inputKeyhit check Date/Time2C Get System clock Set System dateFile Manager 2D Set System clock3C Create or truncate file Close file 3D Open fileWrite file 3F Read fileMove file pointer Delete fileRename a file Get file attributeModify allocated block Free allocated memoryThis page is blank General Control Commands Host ESC CommandsDirectory ESC D Abort ESC aExecute ESC X filename Execute Flash ROM program ESC X/ROM filenameGet RAM size ESC G Autoboot ESC O program namePassword ESC P password Disable UPS battery ESC FConfiguration Commands Barcode symbology Configuration ESC B Device Configuration ESCDate/Time Configuration ESC M Multipoint Protocol File Transfer CommandsDownload ESC L filename Upload ESC U filenameSTX ESC L a . E X E CS1 CS2 Addr CMDCS1 CS2Terminal Transmissions Host TransmissionsProtocol Operation ESC 0 Application data CommandsSTX ESC ESC C Write communication configuration table to MR350MKII ESC 9 Send diagnostic test dataESC a Soft Reset, Restart, or Abort ESC B Enable/disable the decoding of barcode symbologiesESC E Erase a file from the MR350MKII directory ESC F Disable UPS battery to supply powerESC D Read directory of RAM disk to host ESC D/ROM Read directory of Flash ROM to hostESC J Check if file existed or not ESC H Hard Reset and initiate power on testESC G/ROM Get MR350MKIIs Flash ROM size ESC I Get filename of current executing programESC M Write date and time to MR350MKII ESC N Set Buzzer VolumeESC K Set keyboard locking ESC L Transfer file to MR350MKIIESC O/ROM Set auto-execution program on ROM ESC P Set supervisor password maxi charactersESC T Write terminal configuration table to MR350MKII ESC V Write device configuration table to MR350MKIIESC X Start program execution on ROM ESC Commands Added for MV1100 Fingerprint ModuleESC v Get Terminal ID and version no ESC X Start program executionSTX ESC $D Result CS1 CS2 ETX STX ESC $D CS1 CS2 AddrNAK Result ESC $F Enroll and Store Template on MR350 Mkii STX ESC $F Result QUALITY, Content CS1 CS2 ETX NAKESC $E Erase Template STX ESC $E Result CS1 CS2 ETX NAKESC $H Verify Template ESC $G Enroll and Store Template on MV1100ESC $L Download Template ESC $I Verify IDESC $S Get Globe Threshold ESC $S Set Globe ThresholdESC $V Get Version ESC $U Upload TemplatePage Programming MR350 Mkii How to programning ?Programming by C/C++ Programming by JobGen PROProgramming communication program Contains of the Demo Disk File Handling Buffer ManipulationCharacter Classification and Conversion Data ConversionMS-DOS Interface Memory AllocationPorcess Control exit Searching and Sorting String Manipulation