🧾 Description
Get ID Radio of reader connected with Micro-USB cable
Get ID Radio of reader when putted on the base
Get battery infos and serila number of reader from the base or from the micro-usb cable
Get serial number from the base
Check if the base is still connected
Clear logs of the reader
Get LOGS of the reader from the base or connected to micro-usb cable
🛠️ Resolution Steps
Get ID RADIO from the Base
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commands to SEND |
| Enter Service Mode | $S\x0D |
| COMMAND InfoS batterie | $EU092\x0D |
| ANSWER (exAmple) | |
| Exit Service Mode | $s\x0D |
Get ID Radio of reader connected with Micro-USB cable
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commands to SEND |
| Enter Service Mode | $S\x0D |
| COMMANDE ID RADIO | $EU092\x0D |
| ANSWER (eXAmple) | |
| Exit Service Mode | $s\x0D |
/!\ Only the last 8 digits are recovered. The Radio address is on 12 digits.
It is therefore necessary to add " 0000 " before the information obtained. The radio ID is therefore : 000000261916
Get ID Radio of reader when putted on the base
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commandes to SEND |
| Enter Service Mode | $S\x0D |
| MODE BRIDGE | $ER3\x0D |
| ANSWER | |
| ENTER SERVICE MODE | $S\x0D |
| ANSWER (UP BEEP) | |
| COMMANDE ID RADIO | $EU092\x0D |
| ANSWER (exAmple) | |
| EXIT SERVICE MODE | $s\x0D |
| ANSWER (DOWN BEEP) | |
| Exit MODE BRIDGE | $ER0\x0D |
| Exit Service Mode | $s\x0D |
/!\ Only the last 8 digits are recovered. The Radio address is on 12 digits.
It is therefore necessary to add " 0000 " before the information obtained. The radio ID is therefore : 00000025B21A
Get battery infos and serila number of reader from the base or from the micro-usb cable
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commands to SEND |
| Enter Service Mode | $S\x0D |
| COMMANDE InfoS batterie | $Eh2\x0D |
| ANSWER (exAmple) | |
| Exit Service Mode | $s\x0D |
Get serial number from the base
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
First way :
| Description | Commands TO SEND |
| Enter Service Mode | $S\x0D |
| COMMAND SERIAL NUMBER BASE | $nS\x0D |
| ANSWER (exAmple) | |
| Exit Service Mode | $s\x0D |
The values obtained are expressed in HEXA, to be converted according to the need.
Second way :
| Description | Commande TO SEND |
| COMMANDE INFO base | i\x0D |
| ANSWER (exAmple) | {SOH}{STX}A610159033{ETX} {STX}R0033{ETX} {STX}B610159133{ETX} {STX}CDEFAULT_ID{ETX} {STX}SE22N13774{ETX} {STX}MPM9600-DHP433RBK10{ETX} {STX}I47{ETX} {STX}!Batt_Year!E22N13774!16{ETX} {STX}!m!E22N13774!M22LAFOBY{ETX} {STX}!A!E22N13774!610149645{ETX} {STX}!Batt_SN!E22N13774!TW223403523{ETX} {STX}!Batt_DesCap!E22N13774!3150{ETX} {STX}!I!E22N13774!46{ETX} {STX}!S!E22N13774!E22N13774{ETX} {STX}!C!E22N13774!DEFAULT_ID{ETX} {STX}!R!E22N13774!0045{ETX} {STX}!M!E22N13774!PM9600-DHP433RBK10{ETX} {STX}!Batt_Month!E22N13774!8{ETX} {STX}!B!E22N13774!610164526{ETX} {STX}!Batt_Model!E22N13774!0{ETX}{EOT} |
Check if the base is still connected
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commande à transmettre |
| COMMANDE | $i\x0D |
| ANSWER (exAmple) | BC9600-BASE-CHARGER SOFTWARE RELEASE 610159033 BL 33 30/Mar/2022 |
Clear logs of the reader
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commandes à transmettre |
| Enter Service Mode | $S\x0D |
| COMMANDE CLEAR LOGS | $Er\x0D |
| Exit Service Mode | $s\x0D |
Get LOGS of the reader from the base or connected to micro-usb cable
Transmit in the right order (RS232, USB-COM or USB-COMPOSITE):
| Description | Commandes à transmettre |
| Enter Service Mode | $S\x0D |
| COMMAND LOGS | $El\x0D |
| ANSWER (exAmple) | |
| Exit Service Mode | $s\x0D |
