Download Print this page

M-S Cash Drawer EP-125KC Instructions

M-s cash drawer ep-125kc cash drawers: user guide

Advertisement

Quick Links

Introduction
The KC trigger board and external power supply (AC adapter) enable the cash drawer
to be controlled by a serial output port.
Interfacing
The trigger board requires a pulse >3.5 VDC for at least 100 milliseconds to reliably
open the drawer. The preferred and most common way to supply this signal is via a
standard serial port on your host operating at 300 BAUD or slower. The higher the baud
rate the longer the string of characters needed to produce the required pulse.
Installation – Dedicated Serial Interface
This method uses a DEDICATED RS-232 serial port on your computer or terminal to
send an "open" command to the trigger board in the cash drawer. Any data sent on this
port which is a minimum 100 milliseconds will open the cash drawer. If it is necessary
to independently operate a printer or other device on the same serial port, the KSI
interface type is required. Please refer to the KSI instructions for more information.
Color
25 pin
White
2
Black
7
Jumper 1*
4-5
Jumper 2*
6-8-20
* Jumpers simulate serial port handshaking
Integration
Connect the cash drawer interface cable to the computer's serial port. Plug the AC
adapter cable into the mating connector on the back of the cash drawer. Plug the AC
adapter into the 115 VAC wall socket. Check to make sure the drawer is unlocked and
operates manually with the keylock. Close the drawer. The drawer should now open
whenever data is sent to the serial port.
Testing
Testing the drawer involves configuring the serial port and sending data to the cash
drawer. The following test are for IBM PC's and compatibles. The software used with
the cash drawer should perform similar functions.
M-S Cash Drawer Corporation
KC type interface instructions
Cabling Specifications
Computer Serial Port
9 pin
3
5
7-8
1-4-6
Data Terminal
25 pin
3
7
4-5
6-8-20
Definition
TxD
SG
RTS-CTS
DSR-DCD-DTR

Advertisement

loading

Summary of Contents for M-S Cash Drawer EP-125KC

  • Page 1 M-S Cash Drawer Corporation KC type interface instructions Introduction The KC trigger board and external power supply (AC adapter) enable the cash drawer to be controlled by a serial output port. Interfacing The trigger board requires a pulse >3.5 VDC for at least 100 milliseconds to reliably open the drawer.
  • Page 2 From QBasic: 10 OPEN "com1:300,n,8,1,ds" AS #1 20 PRINT #1, CHR$(7) Note: if a higher BAUD rate is used, several characters should be sent. Change line 20 20 PRINT #1, "@@@@@@@@@@@@@@@@@@@@" From DOS: C:> MODE COM1:300,n,8,1 C:> ECHO > COM1: @@@@@@@@@@@@@@@@@@@@@@ The MODE command configures the serial port.
  • Page 3 M-S KSI interface. Installation – Parasite Serial Mode KC interfaced cash drawers may be used with a serial printer attached to the same serial port by using a "Y" cable. The cash drawer will open whenever data is sent to the printer.
  • Page 4 dedicated serial mode section. The installation and check out procedures are also the same. Modify the test programs according to the BAUD rate used by your printer by replacing 300 with this BAUD rate. Troubleshooting procedures are generally the same as those for the dedicated serial mode except handshaking is performed by the printer.