Open Cash Drawer

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
PedroAlex
Posts: 231
Joined: Tue Feb 09, 2010 3:06 am

Open Cash Drawer

#1 Post by PedroAlex »

Hello.

It is possible in xBase send a signal to a specific adress.
I need open a cash drawer conected directly on a DRW port.

The manual book refer this :

Prox-3100 cash drawer control in GPIO port

To Open Drawer1
Write "00"h to I/O Port "48F"h

To Close Drawer1
Write "02"h to I/O Port "48F"h

Detect Drawer1 Status
Read I/O "48D"h
Definition (bit7)

I want only open the drawer.
Any body have experience on this???
Any Idea to help I apreciate..

Many thanks.
regards
Pedro
Pedro Alexandre

mzipkin
Posts: 15
Joined: Thu May 13, 2010 8:27 pm

Re: Open Cash Drawer

#2 Post by mzipkin »

Assuming you are using Windows, the operating system restricts access to the I/O ports. What you are trying to do is normally accomplished using a device driver for the specific device. Your vendor should be able to provide you with a driver and documentation, etc.


Regards,

Mark

User avatar
PedroAlex
Posts: 231
Joined: Tue Feb 09, 2010 3:06 am

Re: Open Cash Drawer

#3 Post by PedroAlex »

Mark.

Thanks for feedback.

You right. Exist a API (cashdrawer.dll) to conect the driver.

it is solved.

Many thanks
Pedro
Pedro Alexandre

Post Reply