using System; using System.Collections.Generic; using System.Text; using System.IO.Ports; using System.Threading; using System.Collections; namespace HFReader { class ISO15693Reader { #region PrivateProperty private SerialPort serialport; private Byte CurrNum = 0x00; private Boolean isRegistedEvent = false; //����AutoReceive