Unitech MR350MKII manual Int860x33,s,s

Page 32

int86(0x33,®s,®s);

 

}

 

 

 

00

Set Communication parameters

 

 

 

Entry Parameters:

AH = 0

BIT #

 

 

 

 

76543210

 

 

 

AL = bit 0

xxxxxxx0

7 data bits

 

 

 

xxxxxxx1

8 data bits

 

 

bit 1

xxxxxx0x

1 stop bit

 

 

 

xxxxxx1x

2 stop bits

 

 

bit 2-3

xxxx00xx NONE parity

 

 

 

xxxx01xx ODD parity

 

 

 

xxxx11xx EVEN parity

 

 

bit 4-7

0000xxxx

110 baud rate

 

 

 

0001xxxx

150 baud rate

 

 

 

0010xxxx

300 baud rate

 

 

 

0011xxxx

600 baud rate

 

 

 

0100xxxx

1200 baud rate

 

 

 

0101xxxx

2400 baud rate

 

 

 

0110xxxx 4800 baud rate

 

 

 

0111xxxx

9600 baud rate

 

 

 

1000xxxx 19200 baud rate

 

Return Values:

None

1001xxxx 38400 baud rate

 

 

 

void TC_485_parameter(long baud,int parity,int stop,int data)

{

unsigned char cc=0; unsigned int i_baud;

i_baud = (int)(baud / 10L); switch (i_baud)

{

case 11 : cc=0x00; break;

case 15 : cc=0x10; break;

case 30 : cc=0x20; break;

case 60 : cc=0x30; break;

case 120 : cc=0x40; break;

case 240 : cc=0x50; break;

case 480 : cc=0x60; break;

case 1920 : cc=0x80; break;

case 3840 : cc=0x90; break;

3-31

Image 32
Contents Programming Reference Manual September 2001Introduction Table of Contents RS-485 port serial I/O using General Control Commands Error! Bookmark not defined System Kernel Application Programming InterfaceKeypad Subsystem Display SubsystemPoint to point mode Multi-point modeCommunication Subsystem Real time clock subsystemDownload Program in Point-to-point mode Bar code / Magnetic stripe / Proximity / ICC? MS-KermitSEND file name ? MS-KermitGET file nameDownload Program in Multi-point mode COM1-4?Then, the screen will display MR350MKIISet beepers volume Page Devconfig Data StructureDevice Control Table Type DefinitionType Definition BarcodeconfigBarcode Control Table Comconfig Communication Control Table of Host portByte WordTerminal Control Table available for host port only Page Page O Function Calls LCD Display INT 10HClear screen Set cursor typeScroll screen 1A Enable/disable LCD Backlight INT 21HGet cursor position Communication Environment Setup 1C Select COM1 or COM2 as the host portSet host port protocol 1C Set serial port flow controlXON/XOFF CTS/RTS1C Setup multi-point address 1C Set polling timeout durationSet COM1 port as RS485 or modem Host Port for Multi-point Protocol I/O INT21HCheck if Busy-port Read host portOutput data Input data RS-232 port serial I/O using INT 34HSerial I/O for RS-232 and RS-485 BIT # Disable RS-232 portSet Communication parameters Page RS-485 port serial I/O using INT 33H Set RTS signal of RS-232 portRead CTS signal of RS-232 port Enable RS-485 port for serial I/O Disable 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 Relay Output / Digit Input / Buzzer / LED Indicator Set LED indicator ON/OFFRead Photo Coupler Level state INT 08H LOWActivate/Deactivate Relay ports INT 09H OpenClose 1A Buzzer On/OffGet Security state 1A Set buzzer volumeAlarm On/Off 21H Enable/Disable External reader port Internal/ External reader Port INT 21HRead Internal port CodabarEnable/disable Internal reader 1F Get Decoder status of Wiegand Format Proximity reader 1F Enable the decoding of a barcode symbology 1A Check lithium battery levelEAN/UPC Miscellaneous INT 21HGet interrupt vector 1B Get Address ID of the terminalSet interrupt vector Get free disk cluster 1E Change the Keyboard mapAscii code corresponded to scan code in Numeric mode Ascii code vs. scan code cross reference table numeric modeWrite stdout Ascii code corresponded to scan code in Alphabetic modeDOS Manager Read / Write stdin or return 0 if none is ready Read stdaux COM2 RS-232 portWrite stdaux COM2 RS-232 port Read stdin wait if no key Write character string to stdout0A Keyboard buffer input Keyhit checkDate/Time 2A Get System dateSet System date 2C Get System clock3C Create or truncate file 2D Set System clockFile Manager 3D Open file Close file3F Read file Write fileDelete file Move file pointerGet file attribute Rename a fileFree allocated memory Modify allocated blockThis page is blank Host ESC Commands General Control CommandsAbort ESC a Execute ESC X filenameExecute Flash ROM program ESC X/ROM filename Directory ESC DAutoboot ESC O program name Password ESC P passwordDisable UPS battery ESC F Get RAM size ESC GConfiguration Commands Date/Time Configuration ESC M Device Configuration ESCBarcode symbology Configuration ESC B File Transfer Commands Download ESC L filenameUpload ESC U filename Multipoint ProtocolCMD CS1CS2 STX ESC L a . E X E CS1 CS2 AddrProtocol Operation Host TransmissionsTerminal Transmissions STX ESC CommandsESC 0 Application data ESC 9 Send diagnostic test data ESC a Soft Reset, Restart, or AbortESC B Enable/disable the decoding of barcode symbologies ESC C Write communication configuration table to MR350MKIIESC F Disable UPS battery to supply power ESC D Read directory of RAM disk to hostESC D/ROM Read directory of Flash ROM to host ESC E Erase a file from the MR350MKII directoryESC H Hard Reset and initiate power on test ESC G/ROM Get MR350MKIIs Flash ROM sizeESC I Get filename of current executing program ESC J Check if file existed or notESC N Set Buzzer Volume ESC K Set keyboard lockingESC L Transfer file to MR350MKII ESC M Write date and time to MR350MKIIESC P Set supervisor password maxi characters ESC T Write terminal configuration table to MR350MKIIESC V Write device configuration table to MR350MKII ESC O/ROM Set auto-execution program on ROMESC Commands Added for MV1100 Fingerprint Module ESC v Get Terminal ID and version noESC X Start program execution ESC X Start program execution on ROMNAK Result STX ESC $D CS1 CS2 AddrSTX ESC $D Result CS1 CS2 ETX STX ESC $F Result QUALITY, Content CS1 CS2 ETX NAK ESC $E Erase TemplateSTX ESC $E Result CS1 CS2 ETX NAK ESC $F Enroll and Store Template on MR350 MkiiESC $G Enroll and Store Template on MV1100 ESC $H Verify TemplateESC $I Verify ID ESC $L Download TemplateESC $S Set Globe Threshold ESC $S Get Globe ThresholdESC $U Upload Template ESC $V Get VersionPage How to programning ? Programming MR350 MkiiProgramming by JobGen PRO Programming by C/C++Programming communication program Contains of the Demo Disk Buffer Manipulation Character Classification and ConversionData Conversion File HandlingMemory Allocation Porcess Control exit Searching and SortingString Manipulation MS-DOS Interface