茂旭資訊股份有限公司

會員專區
0
瀏覽紀錄
E系列控制器如何讀特定區塊的卡號?
2024-09-03
編號:S00903005

編  號: S00903005

日  期: 2024-08-28

當E系列控制器需要讀取卡片號碼代替UID卡號時,可參照SOYAL E系列通訊協議 章節 2.2.8 Echo data of Get Particular UID Block Parameters (sub code 08H),內容如下:

 ValueDescription
Head??Leading Code could be standard format or extended format
LengthXXData length can be one or two bytes depend on protocol format.
Node ID00Echo to host
Command03Data echo
Data 00 The source node ID of data package come from (Who send)
Data 01 Set Bit7 set 1 for KeyB or 0 for KeyA access.
Bit 0~6 is Key Index ( 00h ~ 1Fh)
Data 02 UIDBLK: Data Block (00h ~ 3Fh) Number
Data 03 Start Byte Index( 00h ~15h) or (nibble range 00h~1Fh for BCD format)
Data 04 Bit(7~4):Data Format assignment. 0x00=Binary, 0x1=BCD(Nibble Mode), 0x2=ASCII-BCD, 0x3=ASCII-HEX
Bit(3~0) How many byte/nibble need to read? (UID Bits/8 = Bytes)
Data Length (03h~08h Bytes ) or (06h~10h Nibbles for BCD format)
Data 05 If set UIDBLK to zero, This byte will be standard UID/ PIN length define byte.
Bit(7~4): PIN code bytes.
Bit(3~0): UID bytes ( UID Bits/8 = Bytes)
XOR XOR
SUM SUM

 

 

E系列經過下讀特定區塊的指令 “Set Particular UID Block Parameters 08H” 讀卡號寫在特定區塊。

指令一:  Key A 寫在00(31H Mifare Complex Command)

CmdMifare Cmd例如 KeyA 203253504D50Device Key 儲值的位置 (00-07)
3123203253504D5000

輸入 31 23 20 32 53 50 4D 50 00

 

 

指令二 : 讀特定區塊的資料 (Set Particular UID Block Parameters sub code 08H)

卡號儲存位置 Block 56 第3Byte開始一共讀取8Byte

Block0123456789101112131415
54                
55                
56   0124124A5B6C7D2211    

                                                                                                        (卡號) 

 

CmdSub CodeDat 01
Key A
Access位置
Data 02
Data Block
Data 03
Start Byte
Data 04
Data Format
Data 05
Length
   56 轉成HEX=38 UID 8Byte
輸入08
密碼長度 2Byte
UID 8 Byte
輸入28
20080038030828

輸入 20 08 00 38 03 08 28

注意:若讀取密碼或卡號的長度與出廠預設設定不一樣,請至讀卡機修改“PIN&UID長度“

 密碼長度卡號長度
出廠預設2 BYTE4 BYTE
調整範圍2~4 BYTE4~8 BYTE
修改方式按鍵型控制器
AR-725-E/331-E/363-E
進入編輯密碼 → 42 m n
M= 密碼(PIN)長度
n= 卡號長度
(密碼長度2BYTE / 卡片長度8BYTE)
 → 4228
螢幕型(LCD)控制器
AR-327-E/727-E/837-E/EE/EF/EA/ER

 

 

瀏覽紀錄
Go Top