示例#1
0
 public void Add(string hexstring)
 {
     Add(Rs232Utils.HexStringToByteArray(hexstring));
 }