集成 RFID 时选择哪种 .net 技术?

发布于 2024-09-19 02:55:18 字数 215 浏览 10 评论 0原文

我有一个 RFID 阅读器,可以读取我的员工代码。现在我想记录读卡器扫描芯片时的日期和时间(即考勤系统登录时间和注销时间)。我想使用 asp.net MVC 和 sql server 2005。有关如何将 RFID 与 asp.net mvc Web 应用程序集成的任何建议。我应该从哪里开始?

编辑:

任何其他可以让我的工作更轻松的.net技术。

I have a RFID reader which reads my employee code. Now i want to log the date and time of the chip when it is scanned by the reader (ie) for an attendance system Login time and logoff time. I would like to use asp.net MVC and sql server 2005. Any suggestion how to integrate RFID with an asp.net mvc web application. Where should i start?

EDIT:

Any other .net technology that can make my job easier.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

篱下浅笙歌 2024-09-26 02:55:22

我同意 GvS 的观点。我曾使用过 PSION 和 Impinj SDK。 PSION 位于移动平台上,而且更加轻量级,因此您可以在扫描标签时将时间戳记发送到存储系统,但使用 Impinj,您可以告诉阅读器发送带有上次看到标签时的时间戳记的报告。

I agree with GvS. I have worked with PSION and Impinj SDKs. PSION was on a mobile platform and more lightweight so you would timestamp to your storage system when the tag was scanned, but with Impinj you can tell the reader to send reports with timestamp of the last time the tag was seen.

做个ˇ局外人 2024-09-26 02:55:21

如果读者有记录的 API,您应该查看向读者提供的文档。

You should look at the documentation, provided with the reader, if they have a documented API.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文