Advertisement

Quick Links

SYRDBT-U1 Reader
Protocol Manual
Version : 0221

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SYRDBT-U1 and is the answer not in the manual?

Questions and answers

Summary of Contents for Syris SYRDBT-U1

  • Page 1 SYRDBT-U1 Reader Protocol Manual Version : 0221...
  • Page 2: Table Of Contents

    SYRDBT-U1 Reader Protocol Manual Contents 1. Specification ..........2 2. Command Set ........... 3 3. Function Summary ..........4 4. Protocol Description .......... 5 ■ A : Auto send mode ......... 6 ■ C : Read data ..........9 ■ G : Read Tag EPC .......... 10 ■...
  • Page 3: Specification

    SYRDBT-U1 Reader Protocol Manual 1. Specification Specification Operation frequency 860~960 MHz Tag type UHF EPC G2 (Compatible with ISO-18000-6C) Baud rate 115,200,n,8,1 Record number 2,000 records Supply voltage Lithium Battery 3.6V / DC 5V Power supply Active 100mA , Idle 5uA...
  • Page 4: Command Set

    SYRDBT-U1 Reader Protocol Manual 2. Command Set Format : STX + INS + DATA ,DATA ... DATA + BCC + END BCC = STX xor INS xor DATA xor DATA xor DATA … xor DATA Command : Host(PC) -> SYRD STX[01] + INS + { DATA } + BCC + END[0D] Response : SYRD ->...
  • Page 5: Function Summary

    SYRDBT-U1 Reader Protocol Manual 3. Function Summary Function Description “A” Auto send mode Auto send tag data mode “B” Set action type Set reader action type “C” Read data Read tag data in reader buffer “G” Read Tag EPC Read tag EPC number “R”...
  • Page 6: Protocol Description

    SYRDBT-U1 Reader Protocol Manual 4. Protocol Description Packet format Command : Host(PC) -> SYRD STX[01] + INS + { DATA } + BCC + END[0D] Response : SYRD -> Host(PC) STX[02] + INS + { DATA } + BCC + END[0D] Network Packet format (with ID) Command : Host(PC) ->...
  • Page 7: A : Auto Send Mode

    SYRDBT-U1 Reader Protocol Manual ■ A : Auto send mode Command Format STX + INS + {Mode} + BCC + END Example #1 [01] + “A” + “xx” + [0D] (get) Example #2 [01] + “A” + “3” + “xx”...
  • Page 8 SYRDBT-U1 Reader Protocol Manual Auto Send Mode Data Format Table Mode Data Format “0” Off auto send None STX + “C” + UID + (BAT) + BCC + END [02] + “C” + “12...EF” + “xx” + [0D] “1”,”5” Protocol mode [02] + “C”...
  • Page 9 SYRDBT-U1 Reader Protocol Manual ■ B : Set action type Command Format STX + INS + Type + BCC + END Example #1 [01] + “B” + “1” + “xx” + [0D] (set) Example #2 [01] + “B” + “xx”...
  • Page 10: C : Read Data

    SYRDBT-U1 Reader Protocol Manual ■ C : Read data Command Format STX + INS + BCC + END Example [01] + “C” + “xx” + [0D] Value [01] “C” “xx” (In Hex format) [0D] Response Format STX + INS + Hold + {Data} + BCC + END Success #1 [02] + “C”...
  • Page 11: G : Read Tag Epc

    SYRDBT-U1 Reader Protocol Manual ■ G : Read Tag EPC Command Format STX + INS + BCC + END Example [01] + “G” + “xx” + [0D] Value [01] “G” “xx” (In Hex format) [0D] Response Format STX + INS + Status + {SNR} + BCC + END Success [02] + “G”...
  • Page 12: R : Reader Parameter

    SYRDBT-U1 Reader Protocol Manual ■ R : Reader parameter Command Format STX + INS + Parameter + { Value } + BCC + END Example #1 [01] + “R” + “01” + “00B4” + “xx” + [0D] (set) Example #2 [01] + “R”...
  • Page 13: S : Serial Number S/N

    SYRDBT-U1 Reader Protocol Manual ■ S : Serial number S/N Command Format STX + INS + BCC + END Example [01] + “S” + “xx” + [0D] Value [01] “S” “xx” (In Hex format) [0D] Response Format STX + INS + SN + BCC + END Success [02] + “S”...
  • Page 14: T : Network Id

    SYRDBT-U1 Reader Protocol Manual ■ T : Network ID Command Format STX + INS + { ID } + BCC + END Example #1 [01] + “T” + “xx” + [0D] (get) Example #2 [01] + “T” + “01” + “xx”...
  • Page 15: Firmware Version

    “V” “xx” (In Hex format) [0D] Response Format STX + INS + Version + BCC + END Success [02] + “V” + “SYRDBT-U1 0100” + “xx” + [0D] Value [02] “V” Version “SYRDBT-U1 0100” 16 character “xx” (In Hex format)
  • Page 16: W : Set Date Time

    SYRDBT-U1 Reader Protocol Manual ■ W : Set date time Command Format STX + INS + { Date time } + BCC + END Example #1 [01] + “W” + “ ” + “xx” + [0D] yyyymmddhhnnss (set date time) Example #2 [01] + “W”...
  • Page 17: Read One Log

    SYRDBT-U1 Reader Protocol Manual ■ X : Read one log Command Format STX + INS + { No } + BCC + END Example #1 [01] + “X” + “xx” + [0D] (get log num) Example #2 [01] + “X” + “000001”...
  • Page 18: Y : Delete All Log

    SYRDBT-U1 Reader Protocol Manual ■ Y : Delete all log Command Format STX + INS + Check + BCC + END Example [01] + “Y” + “5A” + “xx” + [0D] Value [01] “Y” “xx” (In Hex format) [0D] Response...
  • Page 19: U : Iso-18000-6C Command

    SYRDBT-U1 Reader Protocol Manual ■ U : ISO-18000-6C command  Read tag memory data ("R")  Write data to tag memory ("W")  Kill tag ("K")  Lock mask ("L")  Set access password ("P")  Display tag EPC ID max 256bits ("Q") ※...
  • Page 20: Write Data To Tag Memory ("W")

    SYRDBT-U1 Reader Protocol Manual ※ Write data to tag memory ("W") Command Format STX + INS + “W” + BANK+ “,” + ADDR+ “,” + LENGTH + “,” + DATA + BCC + END [01] + “U” + “W1,2,4,1111111111111111” + “xx”...
  • Page 21: Kill Tag ("K")

    SYRDBT-U1 Reader Protocol Manual ※ Kill tag ("K") Command Format STX + INS + “K” + PASSWORD+ “,” + RECOM + BCC + END [01] + “U” + “K00000000,0” + “xx” + [0D] Example Value [01] “U” PASSWORD “00000000” : Kill password (00000000~FFFFFFFF) RECOM “0”...
  • Page 22: Lock Mask ("L")

    SYRDBT-U1 Reader Protocol Manual ※ Lock mask ("L") Command Format STX + INS + “L” + MASK+ “,” + ACTION + BCC + END [01] + “U” + “L000,000” + “xx” + [0D] Example Value [01] “U” MASK “000” : Lock mask (000~3FF) ACTION “000”...
  • Page 23: Set Access Password ("P")

    SYRDBT-U1 Reader Protocol Manual ※ Set access password ("P") Set access password for R W L command,one time use Command Format STX + INS + “P” + PASSWORD + BCC + END Example [01] + “U” + “P00000000” + “xx”...
  • Page 24: Display Tag Epc Id Max 256Bits ("Q")

    SYRDBT-U1 Reader Protocol Manual ※ Display tag EPC ID max 256bits ("Q") Command Format STX + INS + “Q” + BCC + END [01] + “U” + “Q” + “xx” + [0D] Example Value [01] “U” “xx”H (In Hex format)

Table of Contents