2018-03-20 08:05 AM
Hello, when i test the CR95HF C++ LIb on Linux machine, i meet some problems
I use TestApp to test the Lib functions
only the
return error (communicate error)
i don't know how to use
when i use CR95HFlib_Write_Block()
please enter the Block address in hex
12enter first byte
25enter second byte
A6enter third byte
7Center fourth byte
F0 --> Library function call : CR95HFlib_Write_Block(WriteAdd, strTagAnswer,strBytestowrite)<-- Return from Library function : 0X4
ERROR : data write on block is failed
when i use CR95HFlib_Read_Block()
This option will read 4 byte data of the block entered by user
please enter the Block address in hex12
--> Library function call : CR95HFlib_Read_Block(RegAdd, strTagAnswer)
<-- Return from Library function : 0X4
ERROR : No tag answer received
is my usage wrong?
can someone help me?Thanks!
#cr95hf