Difference between revisions of "Template:Serial Pin Pad Connection Settings"

From Payment Processing Software Library
Jump to: navigation, search
Line 10: Line 10:
 
;3 = Ingenico 3070
 
;3 = Ingenico 3070
 
Type=1
 
Type=1
UsePinPadSwipe=1; 0 = Do not use Pin Pad for card swipes. Default = 0;
+
UsePinPadSwipe=0; 0 = Do not use Pin Pad for card swipes. Default = 0;
  
 
;Terminal specific override (optional)
 
;Terminal specific override (optional)

Revision as of 12:30, 16 March 2010

CreditLine Credit Card Software interfaces to this device through a serial port. The serial port is specified in 911\data\CLCAPI.INI file like so:<br\>

;Pin Pad Default for all terminals
[PINPAD]
Enabled=1 ; 1=PinPad is enabled
PortDef=COM1:9600 ; COM Port and Baud Rate for attached Pin Pads
;Pin Pad type 
;1 = Verifone (default)
;2 = IDT
;3 = Ingenico 3070
Type=1
UsePinPadSwipe=0; 0 = Do not use Pin Pad for card swipes. Default = 0;

;Terminal specific override (optional)
;TERMCLIENTNAME is the name given to the client by the calling API<br>
[PINPAD.TERMCLIENTNAME]
PortDef=COM3
Type=2