简体   繁体   English

如何从C#中的服务器连接到具有LAN电缆的RFID阅读器?

[英]How can I connect to RFID Reader having LAN cable from server in C#?

I want to read RF Tag id from RFID reader which has LAN cable. 我想从具有LAN电缆的RFID阅读器中读取RF标签 ID。 How can I set up the C# program which can read data from RFID reader having LAN cable? 如何设置可以从具有LAN电缆的RFID阅读器读取数据的C#程序? Basically How to set up the IP address of RFID reader in C# program so it can pass data to the connected server. 基本上,如何在C#程序中设置RFID阅读器的IP地址,以便它可以将数据传递到连接的服务器。

I had already tried connecting to RFID USB reader using serial port communication by setting up PORT number. 我已经尝试通过设置端口号使用串行端口通信连接到RFID USB阅读器。

I'm expecting that all data from RFID reader send to its connected server over LAN cable. 我期望RFID读取器中的所有数据都通过LAN电缆发送到其连接的服务器。

Most products will provide an interface specification, to explain what protocol it uses over Ethernet. 大多数产品将提供接口规范,以说明其在以太网上使用什么协议。 Your product may provide a tiny web site accessed over http, or it may require TCP or UDP messaging to/from specific ports. 您的产品可能提供了一个通过http访问的小型网站,或者可能需要与特定端口进行TCP / UDP消息传递。 Some products will provide Windows device drivers which simplify the interface effort, by making the device access look like a file access (for example). 某些产品将提供Windows设备驱动程序,通过使设备访问看起来像文件访问来简化界面工作。 You need to start with the manufacturer documentation, which with any luck will provide sample code or example applications. 您需要从制造商文档开始,运气好的话,它将提供示例代码或示例应用程序。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C# Winforms 使用 TcpListener 我无法从局域网上的其他设备连接到服务器 - C# Winforms using TcpListener I can't connect to server from other devices on my LAN 如何将 C# Winform 项目连接到局域网中的 XAMPP MySQL 服务器? - How to connect C# Winform Project to the XAMPP MySQL server in LAN? C#:如何从另一台局域网计算机和Windows身份验证连接到SQL Server 2008 Express? - C#: how to connect to sql server 2008 express from another lan computer and windows authentication? 如何仅在我的 c# 应用程序中读取 RFID 阅读器输出 - How to read RFID reader output only in my c# application 我如何使用 c# 在 windows iot 中使用 USB 电缆作为串行端口将 arduino uno 连接到 rasberry pi 3 - how can i connect arduino uno to rasberry pi 3 using usb cable as serial port in windows iot using c# 我的 RFID 阅读器如何只读取一次 RFID 标签? - how can my RFID reader reading a RFID tag only once? C#中的客户端/服务器套接字无法在局域网上相互连接 - client/server socket in c# can't connect to each other on LAN 如何从USB RFID阅读器阅读? - How to read from a usb rfid reader? 在连接到数据库之前,如何检查MySQL服务器是否从C#MOBILE处于活动状态 - How can i check if MySQL server is alive from C# MOBILE before i connect to my database 如何将C#SSLStream客户端连接到OpenSSL服务器? - How can I connect a C# SSLStream client to an OpenSSL server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM