Conflict prevention:can handle multiple cards in the same time
Reading and writing distance: 10cm or less in (related to antenna)
No power in card
3) Storage structure
There are total of 384 in ML card , divided into 12 pages , 4 bytes/page. Storage structure is as followed::
Page No.
Byte0
Byte1
Byte2
Byte3
0
SerNr(0)
SerNr(1)
SerNr(2)
SerNr(3)
Block 0
1
SerNr(4)
Size Code
Type(0)
Type(1)
2
Data(0)
Data(1)
Data(2)
Data(3)
Data1
3
Data(4)
Data(5)
Data(6)
Data(7)
4
Value(0)
Value(1)
Value_b(0)
Value_b(1)
Value
5
Value(0)
Value(1)
Value_b(0)
Value_b(1)
6
KeyA(0)
KeyA(1)
KeyA(2)
KeyA(3)
KeyA
7
KeyA(4)
KeyA(5)
AC-A
AC-A_b
8
KeyB(0)
KeyB(1)
KeyB(2)
KeyB(3)
KeyB
9
KeyB(4)
KeyB(5)
AC-B
AC-B_b
A
Data(0)
Data(1)
Data(2)
Data(3)
Data2
B
Data(4)
Data(5)
Data(6)
Data(7)
( Note:_b That taking Anti-)
1、 No. 0,1 Page deposited with the card serial number and other information, is only readable.
2、Page No. 2,3 and A, B two data blocks, the data can be stored in general.
3、And 4,5-page for the numerical block may be used as a wallet, two-byte value to store positive and negative form.Only impaired operation, there is no value-added operations. If you do not do wallet to use, you can use as a common data block.
4、The first page stored in a password 6,7,8,9 A (6 bytes), the password B (6 bytes) and access control.
5、Page 7 of 2 bytes, page 9 of 2 bytes for the storage control, storage control to the form of being and existence against the two.
Bit 7
---
Bit 6
---
Bit 5
Data2—Write –Enable
Bit 4
Data2—Read—Enable
Bit 3
Key+AC—Write—Enable
Bit 2
Value—Write—Enable
Bit 1
Data1—Write—Enable
Bit 0
Data1—Read—Enable
For example: AC-A of the initial value of ff, ie '11111111 ', namely:
Data1:Readable, writable;
Value: Writable;
AC-A:Writable;
Data2:Readable, writable;
6、Write a page (4 bytes) one time, read 2 pages (8 bytes)one time.