User Manual

Table Of Contents
Coupler - Reference manual
RM 6
Version 1.0
Setting the LRC
The parameter P1 in the SET_STATUS command defines if the value has to be written into
the no-volatile memory EEPROM or into the volatile memory called PARAM.
If P1=0x00 then you specify the EEPROM, if P1=0x03 you specify the PARAM area.
If the user wants to use an LRC, he just has to write $01 at address $70 as follow:
$80$F2$03$70$01 + $01 : for PARAM area
$80$F2$00$70$01 + $01 : for EEPROM area.
If the user does not want to use LRC, he just has to define the poly to 0 as follow, and then
no control byte will be automatically checked or added:
$80$F2$03$70$01 + $00 : for PARAM area
$80$F2$00$70$01 + $00 : for EEPROM area.