Request Firmware Version - Michael MBWBLUE Mode D'emploi

Table des Matières

Publicité

Les langues disponibles

Les langues disponibles

CRCValue=0;
for (Counter=0;Counter<BufferLen;++Counter)
{
CRCValue=CRCTable[(CRCValue>>8) ^ Buffer[Counter]] ^ (CRCValue<<8);
}
Buffer[BufferLen++]=(BYTE)((CRCValue & 0xFF00)>>8);
Buffer[BufferLen++]=(BYTE)(CRCValue & 0x00FF);
Three command examples with correct CRC:

Request firmware version:

Read radio frame 2:
Read radio frame 3:
Request Firmware Version
Returns the firmware version and the device type of the MBWBLUE (all bytes hexadecimal).
Request:
Answer OK:
Answer error:
VMajor:
VMinor0:
VMinor1:
VMinor2:
DType:
01 FE 06 09 3F DE
01 FE 06 10 45 09
01 FE 06 40 E9 C0
01 FE 06 09 CRC CRC
01 FE 0B 09 VMajor VMinor0 VMinor1 VMinor2 DType CRC CRC
01 FE 07 09 FF CRC CRC
major version number
minor version number 0
minor version number 1
minor version number 2
device type
50 = MBWBLUE 868 MHz
51 = MBWBLUE 434 MHz
MBWBLUE
13

Publicité

Table des Matières
loading

Produits Connexes pour Michael MBWBLUE

Table des Matières