Configuring the Customer Display

Configuration files
  • ..\parameter\client\hal.properties
  • ..\parameter\client\jpos.xml

To configure the customer display, proceed as follows:

  1. Enable the customer display in the configuration file hal.properties:
    DeviceEntryTypes.HPap5000LineDisplay.id=HPap5000LineDisplay
     DeviceEntryTypes.HPap5000LineDisplay.deviceCategory=LINE_DISPLAY
    DeviceEntryTypes.HPap5000LineDisplay.enabled=true
    DeviceEntryTypes.HPap5000LineDisplay.active=true
     DeviceEntryTypes.HPap5000LineDisplay.className=com.gk_software.pos.hal.device.line_display.JPosLineDisplay
  2. Configure the port in the file jpos.xml, if necessary:
    <JposEntry logicalName="HPap5000LineDisplay">
    ...
    <prop name="portName" type="String" value="COM4"/>
    ...
    </JposEntry>
Note:

A corresponding entry must exist in the file jpos.xml. The logicalName corresponds to the id of the customer display entry resulting from the file hal.properties.