MLX90130
13.56MHz RFID Transceiver
3901090130
Page 12 of 37
Jan-2014
Rev. 004
6 Commands
6.1
Command format
The structure of the command sent by the application is almost identical to the structure of the answer from
the MLX90130, as shown below:
Command:
[CMD] + [LEN] + [DATA]
Answer:
[RESPCODE] + [LEN] + [DATA]
-
[CMD] = Command (
1byte
)
-
[LEN] = Length including only the field DATA, zero if no data sent (
1byte
)
-
[RESPCODE] = Response code, depends on the command (
1byte
)
-
[DATA] = Data information, depends on the command (
0 to 528bytes
)
6.2
List of commands
Code
Command
Description
0x01
IDN
Requests short information about device and its FW version
0x02
Protocol Select
Selects communication protocol and specifies some protocol-related
parameters
0x03
Poll field
Returns the current value of the field detector flag (“FieldDet”)
0x04
SendRecv
Sends data using previously selected protocol and receives the response of
the TAG.
0x07
Idle
Switches device into Idle/Sleep/Hibernate mode and specifies which
condition is used to exit from these modes
0x0A
BaudRate
Sets UART baud rate
0x55
Echo
MLX90130 replies with an Echo of 0x55 to this command.
In this specific
case, the command format is not respected as the data is only 0x55
Other codes
MELEXIS reserved
Table 5: MLX90130 list of commands