Skip Headers
Oracle® Retail Point-of-Service Installation Guide
Release 14.1
E54459-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

H Appendix: Device Configuration

Updates are made to the device configuration before running the installer. This appendix describes the updates.

The jpos.xml file needs to be updated to reflect the devices used on the machine. Example locations for this file are C:\POS\IBMJPOS\jpos.xml and opt/POS/IBMJPOS/jpos.xml.


Note:

When configuring a register running SLEPOS, you must disable IBM Management for JPOS.

For the updates for the devices, see the applicable section:

Configuring Devices for an NCR Register

To configure an NCR device:

  1. Install the JPOS drivers acquired from NCR and use the NCR Retail Systems Manager (RSM) to configure the JPOS devices. The JPOS configuration is saved by RSM as the config.xml file in the following directory:

    c:\Program Data\NCR\NCR JavaPOS\jpos\res
    
  2. Create the device entries using the logical names shown in the following example config.xml entries. The logicalName of the device in the config.xml file must match the deviceName in the PosDevicesTechnician.xml file.

    Note that references to jpos.xml in the Point-of-Service documentation refer to config.xml for the NCR register. When the NCR JPOS drivers are installed the system, CLASSPATH and PATH are set for the NCR JPOS devices. The system CLASSPATH and PATH are used by Point-of-Service.

    If for some reason the NCR config.xml is edited manually, be sure that Point-of-Service is not active at the time of the modification. The config.xml file may be written back when Point-of-Service stops overlaying any modifications.

<JposEntry logicalName="defaultMSR">
        <creation factoryClass="com.ncr.retail.jpos.NCRJposServiceInstanceFactory"
         serviceClass="com.ncr.retail.jpos.services.msr.MSRService"/>
        <vendor name="NCR" url="http://www.ncr.com"/>
        <jpos category="MSR" version="1.7"/>
        <product description="NCR MSR Service" name="NCR MSR Service for JavaPOS(TM) Standard" url="http://www.ncr.com"/>

        <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
        <prop name="IO.DevUsagePage" type="String" value="142"/>
        <prop name="IO.Reports" type="String" value="1"/>
        <prop name="sModelClassName" type="String" value="NCRIOChannelMSRModel"/>
        <prop name="Version" type="String" value="1.13.0"/>
        <prop name="IO.DevUsage" type="String" value="1"/>
        <prop name="IO.VendorID" type="String" value="1028"/>
        <prop name="IO.ProductID" type="String" value="0"/>
        <prop name="Type" type="String" value="ISO"/>
        <prop name="ModelDescription" type="String" value="NCR I/O Channel MSR"/>
        <prop name="ConnectionType" type="String" value="U"/>
        <prop name="ModelVersion" type="String" value="3.12.3.170"/>
        <prop name="IO.ClearAfterRead" type="String" value="true"/>
        <prop name="Description" type="String" value="NCR JavaPOS MSR Device Service"/>
        <prop name="IO.DevPath" type="String" value=""/></JposEntry>

    <JposEntry logicalName="defaultFingerprintReader">
        <creation factoryClass="com.digitalpersona.javapos.services.biometrics.ServiceInstanceFactory" serviceClass="com.digitalpersona.javapos.services.biometrics.UAREU4000BReader"/>
        <vendor name="DigitalPersona" url="http://www.digitalpersona.com"/>
        <jpos category="Biometrics" version="1.11"/>
        <product description="Finger Printing Device" name="U.are.U 4000B Reader" url="http://www.digitalpersona.com"/>

        <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
</JposEntry>

    <JposEntry logicalName="defaultCashDrawer">
        <creation factoryClass="com.ncr.retail.jpos.NCRJposServiceInstanceFactory" serviceClass="com.ncr.retail.jpos.services.cashdrawer.CashDrawerService"/>
        <vendor name="NCR" url="http://www.ncr.com"/>
        <jpos category="CashDrawer" version="1.7"/>
        <product description="NCR CashDrawer Service" name="NCR CashDrawer Service for JavaPOS(TM) Standard" url="http://www.ncr.com"/>

        <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
        <prop name="nDeviceNumber" type="String" value="0"/>
        <prop name="sModelClassName" type="String" value="NCRCashDrawerProcessor"/>
        <prop name="Version" type="String" value="1.10.0"/>
        <prop name="Model.Model" type="String" value="INTEGRATED"/>
        <prop name="ModelDescription" type="String" value="NCR Cash Drawer Kickout"/>
        <prop name="Model.OpenDrawerSUE" type="String" value="0"/>
        <prop name="ConnectionType" type="String" value="M"/>
        <prop name="ModelVersion" type="String" value="3.12.1.123"/>
        <prop name="Description" type="String" value="NCR JavaPOS CashDrawer Device Service"/>
        <prop name="YCableStatus" type="String" value="1"/></JposEntry>

    <JposEntry logicalName="defaultScanner">
        <creation factoryClass="com.ncr.retail.jpos.NCRJposServiceInstanceFactory" serviceClass="com.ncr.retail.jpos.services.scanner.ScannerService"/>
        <vendor name="NCR" url="http://www.ncr.com"/>
        <jpos category="Scanner" version="1.7"/>
        <product description="NCR Scanner Service" name="NCR Scanner Service for JavaPOS(TM) Standard" url="http://www.ncr.com"/>

        <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
        <prop name="Model.Model" type="String" value="3207"/>
        <prop name="ModelVersion" type="String" value="3.12.6.195"/>
        <prop name="Model.AutoCD" type="String" value="0"/>
        <prop name="Model.NoDSRCable" type="String" value="0"/>
        <prop name="IO.DevPath" type="String" value=""/>
        <prop name="Model.AuxLED" type="String" value="??"/>
        <prop name="IO.CTSFlowControl" type="String" value="0"/>
        <prop name="Model.TriggerMode" type="String" value="0"/>
        <prop name="ModelDescription" type="String" value="NCR78xx Scanner"/>
        <prop name="IO.VendorID" type="String" value="1504"/>
        <prop name="IO.dataBits" type="String" value="3"/>
        <prop name="IO.portName" type="String" value="COM1"/>
        <prop name="Config" type="String" value=""/>
        <prop name="IO.parity" type="String" value="0"/>
        <prop name="Model.Bcc" type="String" value="0"/>
        <prop name="Model.AllSymbologies" type="String" value="0"/>
        <prop name="Model.ProgSeq" type="String" value=""/>
        <prop name="Model.ScannerScaleFormat" type="String" value="0"/>
        <prop name="Description" type="String" value="NCR JavaPOS Scanner Device Service"/>
        <prop name="IO.baudRate" type="String" value="9600"/>
        <prop name="Model.ReadTimeout" type="String" value="??"/>
        <prop name="IO.DevUsage" type="String" value="19200"/>
        <prop name="IO.Reports" type="String" value="2"/>
        <prop name="Model.EnableIfOff" type="String" value="0"/>
        <prop name="Model.LightLED" type="String" value="??"/>
        <prop name="Model.Config" type="String" value=""/>
        <prop name="ConnectionType" type="String" value="U"/>
        <prop name="Model.Prefix" type="String" value=""/>
        <prop name="IO.DSRFlowControl" type="String" value="0"/>
        <prop name="IO.stopBits" type="String" value="0"/>
        <prop name="Model.Suffix" type="String" value="0x0D"/>
        <prop name="IO.DevUsagePage" type="String" value="65349"/>
        <prop name="Model.AimerLED" type="String" value="??"/>
        <prop name="Model.RSS" type="String" value="0"/>
        <prop name="IO.ClearAfterRead" type="String" value="true"/>
        <prop name="Version" type="String" value="1.13.0"/>
        <prop name="Model.LabelID" type="String" value="1"/>
        <prop name="IO.ProductID" type="String" value="0"/>
        <prop name="sModelClassName" type="String" value="NCR78xxScannerScale"/>
</JposEntry>

    <JposEntry logicalName="defaultPrinter">
        <creation factoryClass="com.ncr.retail.jpos.NCRJposServiceInstanceFactory" serviceClass="com.ncr.retail.jpos.services.posprinter.POSPrinterService"/>
        <vendor name="NCR" url="http://www.ncr.com"/>
        <jpos category="POSPrinter" version="1.7"/>
        <product description="NCR POSPrinter Service" name="NCR POSPrinter Service for JavaPOS(TM) Standard" url="http://www.ncr.com"/>

        <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
        <prop name="TSTPreDefinedImage3" type="String" value=""/>
        <prop name="Model.Model" type="String" value="7168"/>
        <prop name="TST2SideMode" type="String" value="0"/>
        <prop name="TSTPreDefinedImage2" type="String" value=""/>
        <prop name="ModelVersion" type="String" value="3.12.0.206"/>
        <prop name="TSTPreDefinedImage1" type="String" value=""/>
        <prop name="TSTReprintOnError" type="String" value="0"/>
        <prop name="ModelDescription" type="String" value="NCR 71xx POS Printer"/>
        <prop name="IO.dataBits" type="String" value="3"/>
        <prop name="TSTFrontLine1Attributes" type="String" value="0"/>
        <prop name="IO.portName" type="String" value="COM5"/>
        <prop name="IO.parity" type="String" value="0"/>
        <prop name="TSTOrientation" type="String" value="0"/>
        <prop name="TSTReprintAttrib2" type="String" value="0"/>
        <prop name="TSTFrontLine1Text" type="String" value="-1"/>
        <prop name="TSTReprintAttrib1" type="String" value="0"/>
        <prop name="TSTPreDefinedTextFront" type="String" value="0"/>
        <prop name="TSTBackLine1Attributes" type="String" value="0"/>
        <prop name="Description" type="String" value="NCR JavaPOS POSPrinter Device Service"/>
        <prop name="sEncoding" type="String" value=""/>
        <prop name="IO.baudRate" type="String" value="115200"/>
        <prop name="SlipToTopOfForm" type="String" value="T"/>
        <prop name="TSTReprintLine2" type="String" value="-1"/>
        <prop name="TSTReprintLine1" type="String" value="-1"/>
        <prop name="LineSize" type="String" value="80"/>
        <prop name="TSTBackLine2Text" type="String" value="-1"/>
        <prop name="HeartbeatPollTime" type="String" value="1000"/>
        <prop name="TSTPrintSides" type="String" value="0"/>
        <prop name="AsyncBlockStatusTimeout" type="String" value="200"/>
        <prop name="AsyncBlockSize" type="String" value="10"/>
        <prop name="CharacterByteSize" type="String" value="1"/>
        <prop name="ConnectionType" type="String" value="S"/>
        <prop name="ColorPaper" type="String" value="1"/>
        <prop name="TSTFrontLine2Attributes" type="String" value="0"/>
        <prop name="EscapeSequenceModule" type="String" value="NCRUPOSPrinterParsers"/>
        <prop name="PrintIntegrityMode" type="String" value="1"/>
        <prop name="SlipOutSettleTime" type="String" value=""/>
        <prop name="TSTMinRecLen" type="String" value="0"/>
        <prop name="IO.stopBits" type="String" value="0"/>
        <prop name="TSTPreDefReprint" type="String" value="0"/>
        <prop name="SlipInSettleTime" type="String" value=""/>
        <prop name="TSTBackLine1Text" type="String" value="-1"/>
        <prop name="TSTBackLine2Attributes" type="String" value="0"/>
        <prop name="PrintStatusWaitTime" type="String" value="30000"/>
        <prop name="TST2SidePaperDetect" type="String" value="0"/>
        <prop name="Version" type="String" value="1.13.0"/>
        <prop name="TSTPreDefinedTextBack" type="String" value="0"/>
        <prop name="AutoLineFeed" type="String" value="F"/>
        <prop name="EjectSlipFeed" type="String" value=""/>
        <prop name="TwoByteCodePage" type="String" value="932"/>
        <prop name="TSTEndTransactionAutoKnife" type="String" value="1"/>
        <prop name="sModelClassName" type="String" value="NCR71xxPrinterCDMICRModel"/>
        <prop name="TSTFrontLine2Text" type="String" value="-1"/>
</JposEntry>

    <JposEntry logicalName="defaultLineDisplay">
        <creation factoryClass="com.ncr.retail.jpos.NCRJposServiceInstanceFactory" serviceClass="com.ncr.retail.jpos.services.linedisplay.LineDisplayService"/>
        <vendor name="NCR" url="http://www.ncr.com"/>
        <jpos category="LineDisplay" version="1.7"/>
        <product description="NCR LineDisplay Service" name="NCR LineDisplay Service for JavaPOS(TM) Standard" url="http://www.ncr.com"/>

        <!--Other non JavaPOS required property (mostly vendor properties and bus specific properties i.e. RS232 )-->
        <prop name="IO.DevUsagePage" type="String" value="0xFF7F"/>
        <prop name="IO.Reports" type="String" value="2"/>
        <prop name="sModelClassName" type="String" value="NCR59752x20LineDisplay"/>
        <prop name="Version" type="String" value="1.10.0"/>
        <prop name="ScreenSaver" type="String" value="0"/>
        <prop name="IO.DevUsage" type="String" value="6"/>
        <prop name="IO.VendorID" type="String" value="1028"/>
        <prop name="IO.ProductID" type="String" value="824"/>
        <prop name="ModelDescription" type="String" value="NCR 5975 2x20 Line Display"/>
        <prop name="DeviceWindows" type="String" value="5"/>
        <prop name="ConnectionType" type="String" value="U"/>
        <prop name="CodePage" type="String" value="858"/>
        <prop name="ModelVersion" type="String" value="3.12.1.107"/>
        <prop name="IO.ClearAfterRead" type="String" value="true"/>
        <prop name="Description" type="String" value="NCR JavaPOS LineDisplay Device Service"/>
        <prop name="IO.DevPath" type="String" value=""/>
        <prop name="sEncoding" type="String" value=""/>
</JposEntry>

Configuring Devices for an IBM SurePOS Register

To configure the devices for an IBM SurePOS register:

  1. Install the JPOS drivers acquired from IBM and use the IBM Pos Control Center to configure the JPOS devices. The JPOS configuration file, jpos.xml, is saved by default in C:\POS\IBMJPOS.

  2. Create the device entries using the logical names shown in the following example jpos.xml entries. The logicalName of the device in the jpos.xml file must match the deviceName in the PosDevicesTechnician.xml file.

    <JposEntry logicalName="defaultCashDrawer">
        <creation factoryClass="com.ibm.jpos.services.IBMJposServiceInstanceFactory" serviceClass="com.ibm.jpos.services.IBMCashDrawer"/>
        <vendor name="IBM" url="http://www.ibm.com"/>
        <jpos category="CashDrawer" version="1.13.4"/>
        <product description="IBM JavaPOS(TM) CashDrawer Service for SureOne/SurePOS 100/300/72x/74x/78x-A" name="IBM JavaPOS for Linux/Windows Version 1.13.4" url="http://www.pc.ibm.com/store/"/>

        <prop name="deviceBus" type="String" value="Proprietary"/>
        <prop name="com.ibm.posj.bus.ProprietaryBusSubType" type="String" value="Embedded"/>
        <prop name="abstractionClass" type="String" value="com.ibm.jpos.services.IBMCashDrawer"/>
        <prop name="impClass" type="String" value="com.ibm.jpos.services.sdi.CashDrawerServiceImp"/>
        <prop name="com.ibm.posj.bus.deviceNumber" type="String" value="0"/>
        <prop name="com.ibm.jpos.sdi.config.CashDrawer.OpenDrawerRetries" type="String" value="0"/>
</JposEntry>

    <JposEntry logicalName="defaultLineDisplay">
        <creation factoryClass="com.ibm.jpos.services.IBMJposServiceInstanceFactory" serviceClass="com.ibm.jpos.services.LineDisplayAnop0"/>
        <vendor name="IBM" url="http://www.ibm.com"/>
        <jpos category="LineDisplay" version="1.13.4"/>
        <product description="IBM JavaPOS(TM) LineDisplay USB Service for IBM Liquid Crystal Display (LCD)" name="IBM JavaPOS for Linux/Windows Version 1.13.4" url="http://www.pc.ibm.com/store/"/>
        <prop name="com.ibm.posj.bus.hid.usageId" type="String" value="0x2600"/>
        <prop name="deviceBus" type="String" value="HID"/>
        <prop name="abstractionClass" type="String" value="com.ibm.jpos.services.LineDisplayAnop0"/>
        <prop name="impClass" type="String" value="com.ibm.jpos.services.sdi.LineDisplayServiceImp"/>
        <prop name="com.ibm.posj.bus.hid.usagePage" type="String" value="0xFF45"/>
        <prop name="com.ibm.posj.bus.deviceNumber" type="String" value="0"/>
        <prop name="com.ibm.jpos.services.sdi.config.LineDisplay.CharacterSetASCIIBehavior" type="String" value="858"/>
</JposEntry>

    <JposEntry logicalName="defaultMICR">
        <creation factoryClass="com.ibm.jpos.services.IBMJposServiceInstanceFactory" serviceClass="com.ibm.jpos.services.IBM4610MICR"/>
        <vendor name="IBM" url="http://www.ibm.com"/>
        <jpos category="MICR" version="1.13.4"/>
        <product description="IBM JavaPOS(TM) MICR USB Service for IBM 4610 TI2/4/8/9 2CR Printer" name="IBM JavaPOS for Linux/Windows Version 1.13.4" url="http://www.pc.ibm.com/store/"/>

        <prop name="com.ibm.posj.bus.hid.usageId" type="String" value="0x3500"/>
        <prop name="deviceBus" type="String" value="HID"/>
        <prop name="abstractionClass" type="String" value="com.ibm.jpos.services.IBM4610MICR"/>
        <prop name="impClass" type="String" value="com.ibm.jpos.services.sdi.MICRServiceImp"/>
        <prop name="com.ibm.posj.bus.hid.usagePage" type="String" value="0xFF45"/>
        <prop name="com.ibm.posj.bus.deviceNumber" type="String" value="0"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.exceptionTableFile" type="String" value="[file-path-goes-here]"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.exceptionTable4" type="String" value="B778899001D154R"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.exceptionTable3" type="String" value="B667788990D153R"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.exceptionTable2" type="String" value="P123456780AAAAAXXSSS"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.exceptionTable1" type="String" value="B445566778D151R"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.exceptionTable0" type="String" value="B334455667D150R"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.stripAccountDashes" type="String" value="false"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.stripTransitDashes" type="String" value="false"/>
        <prop name="com.ibm.jpos.sdi.config.MICR.switchTransitDashToSpace" type="String" value="false"/>
</JposEntry>

    <JposEntry logicalName="defaultMSR">
        <creation factoryClass="com.ibm.jpos.services.IBMJposServiceInstanceFactory" serviceClass="com.ibm.jpos.services.IBMMSR"/>
        <vendor name="IBM" url="http://www.ibm.com"/>
        <jpos category="MSR" version="1.13.4"/>
        <product description="IBM JavaPOS(TM) MSR USB Service for IBM ANKPOS/Keyboard V/Modular/NANPOS/133 key/4685/4820/50key Keyboard" name="IBM JavaPOS for Linux/Windows Version 1.13.4" url="http://www.pc.ibm.com/store/"/>

        <prop name="com.ibm.posj.bus.hid.usageId" type="String" value="0x1600"/>
        <prop name="deviceBus" type="String" value="HID"/>
        <prop name="abstractionClass" type="String" value="com.ibm.jpos.services.IBMMSR"/>
        <prop name="impClass" type="String" value="com.ibm.jpos.services.sdi.MSRServiceImp"/>
        <prop name="com.ibm.posj.bus.hid.usagePage" type="String" value="0xFF45"/>
        <prop name="com.ibm.posj.bus.deviceNumber" type="String" value="0"/></JposEntry>

    <JposEntry logicalName="defaultPrinter">
        <creation factoryClass="com.ibm.jpos.services.IBMJposServiceInstanceFactory" serviceClass="com.ibm.jpos.services.SdiIBM4610EPOSPrinter"/>
        <vendor name="IBM" url="http://www.ibm.com"/>
        <jpos category="POSPrinter" version="1.13.4"/>
        <product description="IBM JavaPOS(TM) POSPrinter USB Service for IBM 4610 TI3/4/5/8/9 TM/F 6/7 2xR/1NR Printer" name="IBM JavaPOS for Linux/Windows Version 1.13.4" url="http://www.pc.ibm.com/store/"/>

        <prop name="com.ibm.posj.bus.hid.usageId" type="String" value="0x3500"/>
        <prop name="deviceBus" type="String" value="HID"/>
        <prop name="abstractionClass" type="String" value="com.ibm.jpos.services.SdiIBM4610EPOSPrinter"/>
        <prop name="impClass" type="String" value="com.ibm.jpos.services.sdi.IBM4610PrinterServiceImp"/>
        <prop name="com.ibm.posj.bus.hid.usagePage" type="String" value="0xFF45"/>
        <prop name="com.ibm.posj.bus.deviceNumber" type="String" value="0"/>
</JposEntry>

    <JposEntry logicalName="defaultScanner">
        <creation factoryClass="com.ibm.jpos.services.IBMJposServiceInstanceFactory" serviceClass="com.ibm.jpos.services.ScannerUSBOEM"/>
        <vendor name="IBM" url="http://www.ibm.com"/>
        <jpos category="Scanner" version="1.13.4"/>
        <product description="IBM JavaPOS(TM) Scanner USB Service for OEM Hand Held Scanner" name="IBM JavaPOS for Linux/Windows Version 1.13.4" url="http://www.pc.ibm.com/store/"/>

        <prop name="setEnableCODE39" type="Boolean" value="true"/>
        <prop name="setEnableCode128" type="Boolean" value="true"/>
        <prop name="setEnableInterleaved2of5" type="Boolean" value="true"/>
        <prop name="com.ibm.posj.bus.hid.usagePage" type="String" value="0xFF45"/>
        <prop name="abstractionClass" type="String" value="com.ibm.jpos.services.ScannerUSBOEM"/>
        <prop name="setEnableUCC_EAN128" type="Boolean" value="true"/>
        <prop name="setEnableCodabar" type="Boolean" value="true"/>
        <prop name="impClass" type="String" value="com.ibm.jpos.services.sdi.ScannerServiceImp"/>
        <prop name="setEnableUPCD1D5" type="Boolean" value="true"/>
        <prop name="setEnableCode93" type="Boolean" value="true"/>
        <prop name="setEnableUPCAE_EANJAN813" type="Boolean" value="true"/>
        <prop name="deviceBus" type="String" value="HID"/>
        <prop name="com.ibm.posj.bus.hid.usageId" type="String" value="0x4B00"/>
        <prop name="setEnable_5_DigitSupplementals" type="Boolean" value="true"/>
        <prop name="setEnable_2_DigitSupplementals" type="Boolean" value="true"/>
            <prop name="setITFLengthSpecifiedTwo" type="Boolean" value="true"/>
        <prop name="setITFLength1" type="Byte" value="12"/>
            <prop name="setITFLength2" type="Byte" value="16"/>
        <prop name="com.ibm.posj.bus.deviceNumber" type="String" value="0"/>
        <prop name="setEnableUPC_A_CheckDigit" type="Boolean" value="true"/>
        <prop name="setEnableUPC_E_CheckDigit" type="Boolean" value="true"/>
        </JposEntry>

Configuring a Device for ACI PINComm

To configure an ACI PINComm device:

  1. Make the following changes to the
    <PinComm Install Root>
    \conf\pinCommConfig.xml file:

    1. Add the following line to the <TenderTypes> section:

      <customerDefinedTender01>77</customerDefinedTender01>
      
    2. Add the following line to the <PromptSequences> section:

      <customerDefinedTender01Sequence>N</customerDefinedTender01Sequence>
      
  2. When putting a refund credit on a card not used in the original transaction, the customer is prompted for the credit/debit card. To avoid prompting the customer, add the following custom parameter to the
    <PinComm Install Root>
    \conf\isd.custom.properties file:

    configurationManagerFactory.overridePoeSuppliedTenderType=false
    
  3. It is recommended that static IP addresses are used for VeriFone devices. For information on how to configure the device for register mapping, see the ISD PINComm Configuration User Manual.