在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 多连接接收RFID数据

多连接接收RFID数据

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:2.07M
  • 下载次数:17
  • 浏览次数:121
  • 发布时间:2023-05-29
  • 实例类别:C#语言基础
  • 发 布 人:jszhi
  • 文件格式:.zip
  • 所需积分:2
 相关标签: RFID RF fi 连接 数据

实例介绍

【实例简介】多连接接收RFID数据

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── UHFAPP20230404-多连接
│   ├── BaseForm.Designer.cs
│   ├── BaseForm.cs
│   ├── BaseForm.resx
│   ├── ChoiceNumberForm.Designer.cs
│   ├── ChoiceNumberForm.cs
│   ├── ChoiceNumberForm.resx
│   ├── ConfigForm.Designer.cs
│   ├── ConfigForm.cs
│   ├── ConfigForm.resx
│   ├── DeviceInfo.cs
│   ├── Entity
│   │   └── ReaderDeviceInfo.cs
│   ├── Kill_LockForm.Designer.cs
│   ├── Kill_LockForm.cs
│   ├── Kill_LockForm.resx
│   ├── MainForm.Designer.cs
│   ├── MainForm.cs
│   ├── MainForm.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RFID-HF
│   │   ├── HF14443API.cs
│   │   ├── HF15693API.cs
│   │   ├── HFMainForm.Designer.cs
│   │   ├── HFMainForm.cs
│   │   ├── HFMainForm.resx
│   │   ├── ISO15693Entity.cs
│   │   └── PSAMAPI.cs
│   ├── ReadEPCForm.Designer.cs
│   ├── ReadEPCForm.cs
│   ├── ReadEPCForm.resx
│   ├── ReadEPCFormData.cs
│   ├── ReadWriteTagForm.Designer.cs
│   ├── ReadWriteTagForm.cs
│   ├── ReadWriteTagForm.resx
│   ├── Receive
│   │   ├── SerialPortReceive.cs
│   │   └── UdpReceive.cs
│   ├── ReceiveEPC.Designer.cs
│   ├── ReceiveEPC.cs
│   ├── ReceiveEPC.resx
│   ├── TestForm.Designer.cs
│   ├── TestForm.cs
│   ├── TestForm.resx
│   ├── TipForm.Designer.cs
│   ├── TipForm.cs
│   ├── TipForm.resx
│   ├── UHFAPI.cs
│   ├── UHFAPP.csproj
│   ├── UHFAPP.csproj.user
│   ├── UHFAPP.sln
│   ├── UHFAPP.suo
│   ├── UHFTAGInfo.cs
│   ├── UHFUpgradeForm.Designer.cs
│   ├── UHFUpgradeForm.cs
│   ├── UHFUpgradeForm.resx
│   ├── UHFUpgradeFormEx.Designer.cs
│   ├── UHFUpgradeFormEx.cs
│   ├── UHFUpgradeFormEx.resx
│   ├── WaitForm.Designer.cs
│   ├── WaitForm.cs
│   ├── WaitForm.resx
│   ├── app.config
│   ├── barcode
│   │   ├── HidInputForm.Designer.cs
│   │   ├── HidInputForm.cs
│   │   └── HidInputForm.resx
│   ├── barcode161s
│   │   ├── ParametersForm.Designer.cs
│   │   ├── ParametersForm.cs
│   │   ├── ParametersForm.resx
│   │   ├── R1DevcieConfig.Designer.cs
│   │   ├── R1DevcieConfig.cs
│   │   ├── R1DevcieConfig.resx
│   │   ├── R1MainForm.Designer.cs
│   │   ├── R1MainForm.cs
│   │   ├── R1MainForm.resx
│   │   ├── R1UhfConfigForm.Designer.cs
│   │   ├── R1UhfConfigForm.cs
│   │   └── R1UhfConfigForm.resx
│   ├── bin
│   │   └── Debug
│   │       ├── 20230404.log
│   │       ├── DEVICE.CFG
│   │       ├── Newtonsoft.Json.dll
│   │       ├── UHFAPI.dll
│   │       ├── UHFAPP.exe
│   │       ├── UHFControl.dll
│   │       └── ipConfig.txt
│   ├── custom
│   │   ├── CryptoTransmitForm.Designer.cs
│   │   ├── CryptoTransmitForm.cs
│   │   ├── CryptoTransmitForm.resx
│   │   ├── Form1.resx
│   │   ├── R5ModifyParametersForm.Designer.cs
│   │   ├── R5ModifyParametersForm.cs
│   │   ├── R5ModifyParametersForm.resx
│   │   ├── SetR3Form.Designer.cs
│   │   ├── SetR3Form.cs
│   │   ├── SetR3Form.resx
│   │   ├── TempertureTag
│   │   │   ├── MainForm2.Designer.cs
│   │   │   ├── MainForm2.cs
│   │   │   ├── MainForm2.resx
│   │   │   ├── ReadEPCForm2.Designer.cs
│   │   │   ├── ReadEPCForm2.cs
│   │   │   ├── ReadEPCForm2.resx
│   │   │   ├── TempertureTagForm.Designer.cs
│   │   │   ├── TempertureTagForm.cs
│   │   │   ├── TempertureTagForm.resx
│   │   │   └── UHFAPI_RFMicronMagnus_S3.cs
│   │   ├── TempertureTag2
│   │   │   ├── ReadEPCFormT2.Designer.cs
│   │   │   ├── ReadEPCFormT2.cs
│   │   │   ├── ReadEPCFormT2.resx
│   │   │   ├── TempertureInfo.cs
│   │   │   ├── TempertureTag2MainForm.Designer.cs
│   │   │   ├── TempertureTag2MainForm.cs
│   │   │   ├── TempertureTag2MainForm.resx
│   │   │   ├── TempertureTag2ReadEPCForm.Designer.cs
│   │   │   ├── TempertureTag2ReadEPCForm.cs
│   │   │   ├── TempertureTag2ReadEPCForm.resx
│   │   │   └── UHFAPI_Temperture.cs
│   │   ├── WriteEPCSimpleDemo.Designer.cs
│   │   ├── WriteEPCSimpleDemo.cs
│   │   ├── WriteEPCSimpleDemo.resx
│   │   ├── authenticate
│   │   │   ├── AuthenticateAPI.cs
│   │   │   ├── AuthenticateForm.Designer.cs
│   │   │   ├── AuthenticateForm.cs
│   │   │   └── AuthenticateForm.resx
│   │   └── m775Authenticate
│   │       ├── M775AuthenticateAPI.cs
│   │       ├── M775AuthenticateForm.Designer.cs
│   │       ├── M775AuthenticateForm.cs
│   │       └── M775AuthenticateForm.resx
│   ├── dll
│   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   ├── Microsoft.Vbe.Interop.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── UHFControl.dll
│   │   └── office.dll
│   ├── excel
│   │   └── ExcelUtils.cs
│   ├── frmWaitingBox.cs
│   ├── frmWaitingBox.designer.cs
│   ├── frmWaitingBox.resx
│   ├── img
│   │   ├── button_green_32px_500051_easyicon.net.png
│   │   └── button_light_blue_32px_500052_easyicon.net.png
│   ├── interfaces
│   │   ├── IAutoReceive.cs
│   │   ├── IUHF.cs
│   │   └── IUHFProtocolParse.cs
│   ├── multidevice
│   │   ├── DeviceListForm.Designer.cs
│   │   ├── DeviceListForm.cs
│   │   ├── DeviceListForm.resx
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.cs
│   │   ├── MainForm.resx
│   │   └── TagInfo.cs
│   ├── obj
│   │   └── Debug
│   │       ├── Refactor
│   │       ├── ResolveAssemblyReference.cache
│   │       ├── TempPE
│   │       ├── UHFAPP.BaseForm.resources
│   │       ├── UHFAPP.ChoiceNumberForm.resources
│   │       ├── UHFAPP.ConfigForm.resources
│   │       ├── UHFAPP.Kill_LockForm.resources
│   │       ├── UHFAPP.MainForm.resources
│   │       ├── UHFAPP.MainForm2.resources
│   │       ├── UHFAPP.Properties.Resources.resources
│   │       ├── UHFAPP.RFID.RFIDMainForm.resources
│   │       ├── UHFAPP.ReadEPCForm.resources
│   │       ├── UHFAPP.ReadEPCForm2.resources
│   │       ├── UHFAPP.ReadEPCFormT2.resources
│   │       ├── UHFAPP.ReadWriteTagForm.resources
│   │       ├── UHFAPP.ReceiveEPC.resources
│   │       ├── UHFAPP.TempertureTag2MainForm.resources
│   │       ├── UHFAPP.TempertureTag2ReadEPCForm.resources
│   │       ├── UHFAPP.TempertureTagForm.resources
│   │       ├── UHFAPP.TestForm.resources
│   │       ├── UHFAPP.TipForm.resources
│   │       ├── UHFAPP.UHFUpgradeForm.resources
│   │       ├── UHFAPP.UHFUpgradeFormEx.resources
│   │       ├── UHFAPP.WaitForm.resources
│   │       ├── UHFAPP.barcode.HidInputForm.resources
│   │       ├── UHFAPP.csproj.FileListAbsolute.txt
│   │       ├── UHFAPP.csproj.GenerateResource.Cache
│   │       ├── UHFAPP.custom.CryptoTransmitForm.resources
│   │       ├── UHFAPP.custom.R5ModifyParametersForm.resources
│   │       ├── UHFAPP.custom.SetR3Form.resources
│   │       ├── UHFAPP.custom.WriteEPCSimpleDemo.resources
│   │       ├── UHFAPP.custom.authenticate.AuthenticateForm.resources
│   │       ├── UHFAPP.custom.m775Authenticate.M775AuthenticateForm.resources
│   │       ├── UHFAPP.exe
│   │       ├── UHFAPP.multidevice.DeviceListForm.resources
│   │       ├── UHFAPP.multidevice.MainForm.resources
│   │       ├── UHFAPP.pdb
│   │       └── WinForm_Test.frmWaitingBox.resources
│   └── utils
│       ├── CheckUtils.cs
│       ├── Common.cs
│       ├── DataConvert.cs
│       ├── Debug.cs
│       ├── EpcInfo.cs
│       ├── FileManage.cs
│       ├── IPConfig.cs
│       ├── MessageBoxEx.cs
│       ├── StringUtils.cs
│       └── Utils.cs
└── 多连接接收RFID数据_UHFAPP多连接(1).zip

24 directories, 196 files


标签: RFID RF fi 连接 数据

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警