Home > Back-end >  IBM's coffers direct POS machine
IBM's coffers direct POS machine

Time:09-27

System has been changed in XP, now the box won't play manufacturer gave me a bunch of instruction don't know how to operate for the great spirit guide
Cashbox instructions are as follows:
MSComm1.Com mPort=3 'coffers and printers using the same serial COM3,
MSComm1. Settings="9600, N, 8, 1" 'ports initialization, set up a 9600 baud, parity, 8 bits of data, a stop bit,
MSComm1. PortOpen=
True 'opening ports,
MSComm1. The Output=CRH $(7) 'through the printer buffer to open the coffers,
MSComm1. The Output=CRH $(28) immediately open the coffers,
'MSComm1. PortOpen=False 'close the serial port,
Problem summary is coffers to automatically play makes me think of using software to automatically open

CodePudding user response:

First in "device manager", please cashbox COM slogans, and then set the following parameters
MSComm1.Com mPort=3 'coffers and use the same serial COM3 printer//if using the same serial ports, may conflict.

And then look at the attributes on the COM is manufacturer to parameters, according to your writing, it is the default parameters of the COM

MSComm1. Settings="9600, N, 8, 1" 'ports initialization, set up a 9600 baud, parity, 8 bits of data, a stop bit,



If the above are set good, still can't open, it should be communication, try to change the COM

CodePudding user response:

Can use in DELPHI SPCOM control to realize you need to write list of functions for the COM, there are a lot of baidu

CodePudding user response:

With cport controls, to find on the net, has been used

CodePudding user response:

@ nebula845026 rookie is not I can be specific please teach me or help me to get the best the hey hey, 2810420786, 18060379408

CodePudding user response:

@ doloopcn downloaded a doesn't use a can teach me, 2810420786, 18060379408

CodePudding user response:

MSComm1. PortOpen=
True 'opening ports,
Sleep (100); To have a buffer between opening and closing time,
MSComm1. The Output=CRH $(7) 'through the printer buffer to open the coffers,
MSComm1. The Output=CRH $(28) immediately open the coffers,
'MSComm1. PortOpen=False 'close the serial port,
  • Related