简体   繁体   中英

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. How can I set up the C# program which can read data from RFID reader having LAN cable? Basically How to set up the IP address of RFID reader in C# program so it can pass data to the connected server.

I had already tried connecting to RFID USB reader using serial port communication by setting up PORT number.

I'm expecting that all data from RFID reader send to its connected server over LAN cable.

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. Some products will provide Windows device drivers which simplify the interface effort, by making the device access look like a file access (for example). You need to start with the manufacturer documentation, which with any luck will provide sample code or example applications.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM