Troubles with CR95HF writing Proprietary data (NFC Type2A) NDEF Message
I would like to write Proprietary data with the CR95HF to a NFC Type 2A TAG. To do so I use the "NFC Type 2A - NDEF Message user interface".
This is what i type in to the text field:
dc00030106123456
What I am expecting is, that the NDEF message is of type External with an ID = 0x06 of length 1 and 3 data bytes (0x12, 0x34, 0x56)
What I get is a NDEF Message with type External (OK) and 3 data bytes 0x12, 0x00, 0x00. It seems that only one data byte is written and the other two bytes are not written.
I tried also a NDEF message with 6 instead of 3 data bytes.
dc00060106123456ABCDEF
This worked as expected. But why not with 3 databytes? May be I have missed something and this is not allowed?
