Posted on November 29, 2016 at 13:50Hi Kevin,
I guess you have a wrong PCB value it might be ''02'' 1st with the command:
>>> CR95HFDLL_SENDRECV,
0200
A4000C020103
<<< 8006
02
9000296A00
As highlighted the answer of the tag is 02
Then you command write should have the PCB set to ''03''
CR95HFDLL_SENDRECV,
03
00
D64010
BF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
You will get the answer:
<<< 8006
03
SW1(1Byte) SW2 (1Byte) CRC(2 Bytes) 00
The next command will be with a PCB = ''02'' the next ''03'' ....
Else I think that the script error come from the fact that the lenght of datas is eset to ''BF'' whereas the DATA field have more than '''BF'' Bytes. remove all the ''00'' bytes at the end (as shown above.)
Hope it will works
Regards