Unitech MR350MKII manual Serial I/O for RS-232 and RS-485, RS-232 port serial I/O using INT 34H

Page 27

Returned Values:

AL = 0

;port is available

 

1

;port is busy

int TC_ready(int wait)

{

int i; do {

regs.h.ah=0x61;

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

}while (wait && regs.h.al); return(regs.h.al);

}

3.4.Serial I/O for RS-232 and RS-485

The system allow to the RS-232 and RS-485 to serve serial input/output (character mode I/O) no matter the port is assigned as host or serial port. However, if the port is assigned as host, must select “NONE” as its active protocol.

The INT 34H is dedicated for RS-232 and INT33H is dedicated for RS-485 and the both function calls are functional for host and serial port.

RS-232 port serial I/O using INT 34H

01

Input data

 

 

Entry Parameters:

AH = 1

 

Returned Values:

1) if a character received

AH = 0

AL = Data character

2) if no character received AH = 1

AL = undefined

unsigned char TC_232_char_I()

{

regs.h.ah = 1; int86(0x34,®s,®s); if (regs.h.ah == 0)

return(regs.h.al);

return(255);

}

3-26

Image 27
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 TableBarcodeconfig Barcode Control TableType 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 screen1A Enable/disable LCD Backlight INT 21H Get cursor positionScroll screen 1C Select COM1 or COM2 as the host port Communication Environment Setup CTS/RTS Set host port protocol 1C 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 modemRead host port Output dataCheck if Busy-port RS-232 port serial I/O using INT 34H Serial I/O for RS-232 and RS-485Input data Disable RS-232 port Set Communication parametersBIT # Page Set RTS signal of RS-232 port Read CTS 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 Close1A Set buzzer volume Alarm On/OffGet 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/UPC1B Get Address ID of the terminal Set interrupt vectorGet 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 modeAscii code corresponded to scan code in Alphabetic mode DOS ManagerWrite stdout Read stdaux COM2 RS-232 port Write 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 date2D Set System clock File Manager3C 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 Device Configuration ESC Barcode symbology Configuration ESC BDate/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 CS2Host Transmissions Terminal TransmissionsProtocol Operation Commands ESC 0 Application dataSTX 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 CS1 CS2 Addr STX ESC $D Result CS1 CS2 ETXNAK 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