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
Open Cash Drawer
Re: Open Cash Drawer
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
Regards,
Mark
Re: Open Cash Drawer
Mark.
Thanks for feedback.
You right. Exist a API (cashdrawer.dll) to conect the driver.
it is solved.
Many thanks
Pedro
Thanks for feedback.
You right. Exist a API (cashdrawer.dll) to conect the driver.
it is solved.
Many thanks
Pedro
Pedro Alexandre