Miura M010
- Enable Bluetooth and enter Bluetooth settings on your mobile device.
- Hold the Bluetooth button until the Bluetooth symbol on the Miura screen starts blinking.
- Confirm and pair the two devices.
Datecs BluePad-50
- Enable Bluetooth and enter Bluetooth settings on your mobile device.
- Enter pairing mode on the Datecs device by pressing the color sequence: red, yellow, green.
- Confirm and pair the two devices.
Initialize ChipDNA Mobile
- ChipDNA Mobile
initialise
method should be called to start the initialization process. This could be done when application starts or, if the ChipDNA Mobile functionality is not required straight away, it can be done later, as long as ChipDNA Mobile is initialized before it is used. - On the first run, the
newPasswordRequired
callback will be invoked. Application should respond by obtaining the password from the user and then callingsetPassword
in ChipDNA Mobile. - If the ChipDNA Mobile has been initialized previously,
passwordRequired
will be called, with the remaining password attempts returned. The application should respond by obtaining the password from the user and then callingsetPassword
in ChipDNA Mobile. If the password is not correct,passwordRequired
will be called again and the remaining attempts reduced by one. If the user enters their password incorrectly 5 times, the database will be reset and thenewPasswordRequired
callback invoked. - If the password is accepted, callback
cemInitialisationCompleted
will be invoked. The initialized value will indicate whether the process was completed successfully. After this callback the application can use ChipDNA Mobile normally.
Set the PinPad
Android: Use the CardEaseMobileProperties setPinPad(String pinpadName)
method
iOS: Use the CardEaseMobileProperties (BOOL) setPinpadName: (NSString *) pinpadName
method.
- Note: Sets the PIN pad to be used for transactions. The PIN pad name should be the full name used in the Bluetooth pairing and the PIN pad must be currently paired and connected to the mobile device.
Connect the PinPad
The following methods connect the device via Bluetooth to the PIN pad currently specified in ChipDNA Mobile Properties.
Android: ChipDNA Mobile connectToPinPad(IPinPadConnectionListener pinpadConnectionListener)
- Note: Informs the PIN pad connection listener whether the connection succeeded or not.
iOS: CardEaseMobile (BOOL) connectToPinPad: (id< PinPadConnectionDelegate >) delegate
- Note: The specified delegate will be notified whether the connection was successful or not. If any update to the PIN pad software and/or configuration are required the delegate will be notified during several stages of the updating process. It will receive a notification once the pinpad is ready to start a transaction.
Restoring the Device
In the case, the device locks up and won't even power down, perform a system restore of the Miura by pushing the pin-hole button at top of device and select option 2; this re-installs the OS and MPI. Please make sure to inform them *not* to perform a factory reset of the device (option 3), as this deletes the SRED (P2PE) key from the device!