« Return to Thread: Access Computer devices with php-gtk

Re: Access Computer devices with php-gtk

by kksou :: Rate this Message:

Reply to Author | View in Thread

morraine wrote:
Hello is it possible to access computer devices with php-gtk? i want to create a simple ePOS system to process orders on a Linux or Windows based computer till system. it will be a standard computer with a cash draw, a barcode reader, a Receipt Printer and a credit card machine.
Hi,

I've written some sample codes that show you how to interface to some of the devices you've mentioned above:

How to interface to receipt printer in a point of sale system?
http://www.kksou.com/php-gtk2/articles/interface-to-receipt-printer-in-a-point-of-sale-system.php

How to kick open the cash drawer of a point of sale system?
http://www.kksou.com/php-gtk2/articles/kick-open-the-cash-drawer-of-a-point-of-sale-system.php

How to print barcode label - Part 1 - EAN13 barcodes
http://www.kksou.com/php-gtk2/articles/print-barcode-label---Part-1---EAN13-barcodes.php

I've also written a Quick Reference for ESC/POS Commands
http://www.kksou.com/php-gtk2/References/Barcode-printing-on-receipt-printer-using-the-ESC/POS-Commands.php

Regards,
/kksou

 « Return to Thread: Access Computer devices with php-gtk