深圳リードカラースマートカード有限公司

言語

How to read user data of UHF RFID tag

ソース    リリース 時刻:2024-05-15 15:11:16 記事作成者:MCZN-RFID

Uhf RFID tags are generally divided into four areas:

【Reserve 】 Address: 0-3; Address: 0-1 Store the 32bit kill password (kill). The default value is 00 00 00 00.
2-3 32ビットのアクセスパスワードを格納する。初期値は 00 00 00 00 です。
ローカルエリアが暗号化されていない、あるいは暗号化されている場合、エリア内のデータは自由に書き換えることができる。

【EPC(EPC Area)】 Address: 2-7; Store the 96bit ID number, which is the area where the data that is normally read out by default by our device is stored. When the local area is not encrypted or encrypted, the data in the area can be rewritten at will.

【TID(TID area)】 Address: 0-5; Store a 48-bit globally unique and unalterable ID number.

【User(User area)】 Address: 0-31; Store 688-bit data. By default, each address is 00 00. If the area is not encrypted or encrypted, data in the area can be rewritten at will.

上記の領域は、より一般的に使用されているタグチップであるエイリアンH9を例に説明した。異なるチップ、対応する地域データ、実際の役割は異なる場合があります。

USERエリアのデータを読むには、まずEPCプロトコルに目を通すことをお勧めします。EPCのいくつかの基本操作は、リード、ライト、ロック、キルです。
また、アプリケーション開発を行う場合、メーカーが提供するAPIに従って動作させるには、メーカーのAPI関数を読む必要がある。
ベースバンド開発を行うのであれば、EPCプロトコルに精通している必要がある。

シュリンク