代码仓
中
Get RFID Info
更新时间: 2026/08/06
在AtomGit上查看源码

Get RFID Info ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Reads RFID tag information.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command = 56h
2Type parameter. For details, see Table 1.
3Slave parameter. For details, see Table 2.
4Tag parameter. For details, see Table 3.
5reserved(Default:0x00)
6Read length
7:8Read offset

Response Information ​

ByteData Field
1Completion Code
2End of List, indicating whether the current data is complete. Long data may need to be read multiple times. This field is used to check whether data is completely read.
[7:1]: reserved
[0]: End of list
0=last data
1=middle data
3:NIndicates the data that is actually returned.

Reference ​

Table 1 RFID type parameters

Value (Decimal)Read/WriteDescription
1Read/WriteTag data, which is the data in the user area of the RFID tag and can be read and written.
2Read-OnlyIndicates the tag UID, which is preset before delivery of the RFID tag. This parameter can be read only.

Table 2 Parameters on the RFID Slave Parameter tab page

Value (Decimal)Read/WriteDescription
1~32Read/WriteMCU slave ID. The value is 1 close to the BMC.

Table 3 RFID tag parameters

Value (Decimal)Read/WriteDescription
1~16Read/WriteIndicates the tag position. The value is 1 close to the BMC.

Command Example ​

Request:

bash
ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index ​