beautypg.com

J.2.2 reset command, J.2.3 erase all non-volatile memory command, J.2.4 erase all bonds command – MagTek DynaPro Mini Programmer's99875629 User Manual

Page 113: J.2.2, Reset command, J.2.3, Erase all non-volatile memory command, J.2.4, Erase all bonds command, Appendix j - ble module control data

background image

Appendix J - BLE Module Control Data

DynaPro Mini| PIN Encryption Device | Programmer’s Reference (Commands)


Page 113

Byte 2-n

Data to echo from request message


Example Echo command:
Request message (hex): 00 02 01 02 03
Response message (hex): 01 00 01 02 03

J.2.2 Reset Command

This command can be used to reset the BLE module. The module with start resetting 2 seconds after it
receives this command.

Request message
Byte 0

0 (Request message type)

Byte 1

3 (Reset command identifier)


Response message
Byte 0

1 (Response message type)

Byte 1

Response code


Example Reset command:
Request message (hex): 00 03
Response message (hex): 01 00

J.2.3 Erase All Non-volatile Memory Command

This command erases all the BLE module’s non-volatile memory which returns it to its un-configured
factory default state. This includes erasing all bonds. See the Erase all bonds command for more details.
The secure codes are required to make sure a user does not accidentally send this command. This
command will automatically reset the BLE module 2 seconds after it completes.

Request message
Byte 0

0 (Request message type)

Byte 1

4 (Command identifier)

Byte 2

(hex) 55 (Secure code 1)

Byte 3

(hex) AA (Secure code 2)


Response message
Byte 0

1 (Response message type)

Byte 1

Response code


Example command:
Request message (hex): 00 04 55 AA
Response message (hex): 01 00

J.2.4 Erase All Bonds Command

This command erases all the BLE module’s bonds. It will have to be re-paired with any BLE host it
wants to communicate with. Remove the device from all paired hosts prior to trying to re-pair the device.
If any previously paired hosts are still in range of the device after issuing this command they may still try
to connect with the device thus causing the device to stop advertising which will make it unable to re-pair
until the device is removed from that host. The secure codes are required to make sure a user does not
accidentally send this command. This command will automatically reset the BLE module 2 seconds after
it completes.