Sunion MD-150M Manuale utente

Users’ Manual
Product:
Mifare USB Reader
Model:
MD-150M

Federal Communication Commission Interference Statement
This equipment has been tested and found to comply with the limits for a Class
B digital device, pursuant to Part 15 of the FCC Rules. These limits are
designed to provide reasonable protection against harmful interference in a
residential installation. This equipment generates, uses and can radiate radio
frequency energy and, if not installed and used in accordance with the
instructions, may cause harmful interference to radio communications.
However, there is no guarantee that interference will not occur in a particular
installation. If this equipment does cause harmful interference to radio or
television reception, which can be determined by turning the equipment off and
on, the user is encouraged to try to correct the interference by one of the
following measures:
- Reorient or relocate the receiving antenna.
- Increase the separation between the equipment and receiver.
- Connect the equipment into an outlet on a circuit different from that to which
the receiver is connected.
- Consult the dealer or an experienced radio/TV technician for help.
This device complies with Part 15 of the FCC Rules. Operation is subject to the
following two conditions:
(1) This device may not cause harmful interference, and
(2) This device must accept any interference received, including interference
that may cause undesired operation.
INFORMATION TO USER
To assure continued compliance, (example - use only shielded interface
cables when connecting to computer or peripheral devices) any changes
or modifications not expressly approved by the party responsible for
compliance could void the user’s authority to operate this equipment.

MD-150M/MK-1500M User Manual
─ Table of contaens ─
I. MD-150M Specification ----------------------------- 3
II. Communication protocol -------------------------- 5
III. MD-150M command list ------------------------------ 6
IV. MD-150M command description ----------------- 7
NOTE
This document is written by SUNION Electronic Corp. SUNION Electronic Corp.
reserves the right to change devices or specifications detailed herein at any time
without notice. Any third party is forbidden strictly to copy, edit, modify or quote the
contents of this document without written approval from SUNION electronic Corp.
SUNION’s products are not authorized for use as critical components in life support
devices or systems.
Copyright 2003~2007, SUNION Electronic Corporation All right reserved.
- 2 -

MD-150M User Manual
I. MD-150 M Reader Specification
1 .Reader Specification
Part Number MD-150M
RF Transmit Frequency 13.56 MHz
Supported Transponder
Mifare_UltraLight
Mifare_One(S50)
Mifare_One(S70)
Mifare_Pro(X)
Mifare_DESFire
Maximum Reading Range* 25~30 mm
Reading Times 150 ms
Power Supply DC 5V/ 500mA Regulated
Power Consumption 68mA in operation
Communications Parameters 9600 baud, 8 data bits, no parity, 1 start bit, 1 stop bit
Operating Temperature 0°C ~ 55°C
Storage Temperature -25°C ~ 85°C
Storage Humidity 5 ~ 95%RH non-condensing
Communications Interface Mini USB
Dimension (L × W × H) MD-150M (PCBA) : 70mm × 30mm × 6.5mm
Other
1 Status indicators 1 Buzzer
Antenna On board or external (option)
* Reading range may vary in depend on different transponder type.
2 . Antenna Specification
58.81mm
5.26mm
Wire Diameter:0.3mm
Wire-wire distance:0.5mm
- 3 -

MD-150M/MK-1500M User Manual
3. Dimension
70mm
0
4.275mm
2.575mm
66.875mm
26.975mm
0
30mm
孔
2mm
孔
2mm
- 4 -

MD-150M/MK-1500M User Manual
II. Communication protocol
This machine passes USB interface and computer end line homework in order to use a
USB connecting wire, USB of the homework is transfered to the driver of Serial Port through
can offer by institute of our company under the environment of Microsoft Windows XP/2000 (#1)
Succeed RS-232 signal USB signal simulation; So user meet device in operating system is it
increase one group communication mound newly to find on the administrator after the last
copies of machine on installation driver (COM PORT) ; Procedure of user can is it communicate
to go on through this communication between mound and copies of machine.
MD-150M are using t he international S tandard UART communication for mat,
and support RS-232 interface with communication parameters set to 9600.N.8.1.
DA TA format are as follows:
HEADER DATA CHECK
SOH PT ID1 ID2 FC1 FC2 STX DATA ETX BCC
01H Identify Reader ID Function Code 02H Data 03H Checksum
Description:
1. SOH, STX and ET X are all cont ained with one byte and used f or control byte, the
definition is:
SOH=01H, STX=02H, ETX=03H
Note: The “SOH” is the start byte for current command set
The “STX” is the start byte for “Data”
The “ETX” is the end byte for “Data”
You will need these to judge the data length you transmitted or received; the
data length will vary in depend on different command you given
2. PT (Packet T ype) is used to identify w here is the message come s from; “S” means it
comes from PC and “s” means from the reader.
3. ID1, ID2 are the ID codes of reader, the value is always “01”.
4. FC1 and F C2 are function codes, and relat ed to the DA TA, the relative dat a please
refers to the next page.
5. BCC is checksum,from SOH to ETX one byte do “xor”,then do “or” 20H.
Ex. Reader responds:
SOH “S” “01” “A1” STX “010” ETX BCC
BCC = 01H xor 53H xor 30H xor 31H xor 41H xor 31H xor 02H
Xor 30H xor 31H xor 30H xor 03H or 20H =33H
(#1) : Driver please to our company website download, procedure this by Prolific Technology Inc.
Offer.
- 5 -

MD-150M User Manual
III. USB Reader Command list
Function Code Description Page
1 "A0" Switch to Stand-Alone Operation 7
2 "A1" Read card and acquire card ID 8
3 "E1" Acquire model name and firmware version 9
4 "E2" Reset reader 10
5 "K0" Read data in specified page/block 11
6 "K1" Write data into specified page/block 12
7 "K2" Lock specified page/block 13
8 "K3" Set A,B Key value of 32 Sector groups 14
- 6 -

MD-150M/MK-1500M User Manual
IV. USB Reader command description
1. “A0” (Switch to Stand-Alone Operation)
Controller send:
SOH “S” ID1 ID2 “A” “0” STX ETX BCC
USB Reader responds:
SOH “s” ID1 ID2 “A” “0” STX data ETX BCC
Function description:
(1) This function code is able to switch the reader to the “Stand-Alone Operation”.
(2) Data response value is "Y" means successful, "N" means failure, duplicate, or no
data.
Example:
Controller send:
SOH + "S01A0" + STX + ETX + BCC
USB Reader responds:
SOH + "s01A0" + STX + " Y " + ETX + BCC (“Y” means Successful)
- 7 -

MD-150M User Manual
2. “A1” (Read card and acquire card ID)
Controller send:
SOH “S” ID1 ID2 “A” “1” STX ETX BCC
USB Reader responds:
SOH “s” ID1 ID2 “A” “1” STX data ETX BCC
Data description:
(1) The format of “data” will be: Card type (1 byte) + Card ID (16 byte).
(2) Card number is “0” ~ “9” , “A” ~ “F” 。 ex. "00000000003EA88F"。
Function description:
(1) Use this function to acquire card ID number through reader.
(2) The “data” will be “N” if no card presented or failed reading; Such as: STX + “ N ” +
ETX。
Example:
Controller send:
SOH + "S01A1" + STX + ETX + BCC
USB Reader responds:
SOH + "s01A1" + STX + " N " + ETX + BCC (“N” means no card been read or failed
reading)
SOH + "s01A1" + STX + "ME007000000123456" + ETX + BCC
Description:
1. The “data” responded by USB Reader is;
Card type is Multi-Page Typ.
Card ID is "E007000000123456".
- 8 -

MD-150M User Manual
3. “E1” (Acquire model name and firmware version)
Controller send:
SOH “S” ID1 ID2 “E” “1” STX ETX BCC
USB Reader responds:
SOH “s” ID1 ID2 “E” “1” STX date ETX BCC
Data description:
(1) The value of “data” will include current firmware version and model name.
Function description:
(1) Use this function to get model name and firmware version for current reader.
Example:
Controller send:
SOH + "S07E1" + STX + ETX + BCC
USB Reader responds:
SOH + "s07E1" + STX + "V1.01 USB Reader" + ETX + BCC
Description:
1. The current firmware version is: V1.01and the model name is: USB Reader.
2. Sunion reserved the right to update firmware at any time without prior notice.
- 9 -
Questo manuale è adatto per i seguenti modelli
1
Indice

















