Cashiering hardware setup
In most cases Infor Public Sector doesn't require anything to be installed on the client machine. Cashiering is an exception, because it is the client machine, not the application server, that interacts with the cashiering hardware.
Cashiering hardware interaction in Infor Public Sector is based on the UPOS (Unified Point of Service) standard. At the center of the system is Microsoft POS for .NET, which is Microsoft's implementation of the UPOS standard. When it is installed on the client machine, POS for .NET provides an interface that applications can use to communicate with POS devices.
The Infor device control is the component that handles communications between Infor Public Sector and POS for .NET. The POS devices are connected to the client machine, and communicate with POS for .NET through their own service objects.
For example, the cash register must print a receipt when you complete a transaction. To complete a transaction in Infor Public Sector, you click the button in the Cash Register. When you click , the Infor device control sends the receipt information, through POS for .NET, to the printer's service object. The printer can then print the receipt.