Kkula
Browse Questions » SIMATIC Ident - RFID Systems - Code Reading Systems: Rf380r & visual Simple Software

About User

Questions Asked: 36.7K

Answers Given: 0

0
  • Open
  • New

SIMATIC Ident - RFID Systems - Code Reading Systems: Rf380r & visual Simple Software

Hello,
Could I connect PC with SIMATIC RF380R - 2nd generation reader. I want write C# application and direct get data from reader to my application, which working in PC. This mission is possible or not? Maybe somebody have example how need do this.
I find manual, what I can connect rfid reader with PC. Where are could download RFID Systems Software, library and application example?

0 Likes 0 Favourites 0 Followers 0 Comments
Answers(1)

Connecting a PC to SIMATIC RF380R (2nd Gen) with a C# Application

Yes, it is possible to connect a PC to the SIMATIC RF380R (2nd generation) reader and develop a C# application to directly receive data. You will primarily utilize the reader's serial communication interface (RS-232) or Ethernet interface (TCP/IP) for this purpose.

Software & Resources

The RFID Systems Software, libraries, and example applications are available on the Siemens Industry Online Support. Here's how to find them:

  1. SIMATIC RF380R - Downloads: This is the central download page for the RF380R.
  2. RFID Systems Software: Look for "RFID Systems Software" within the downloads. This package includes necessary drivers and tools.
  3. Libraries: The download section includes libraries compatible with various programming languages, which you can adapt for C#.
  4. Example Applications: Siemens provides example applications demonstrating communication with the reader. These are invaluable for understanding the protocol and integration process.

Development Considerations

  • Communication Protocol: The RF380R communicates using a specific protocol. Review the manual to understand command structures and data formats.
  • Serial Port (RS-232): If using RS-232, you'll need to configure the port settings (baud rate, parity, etc.) correctly in your C# application.
  • TCP/IP (Ethernet): If using Ethernet, you'll establish a socket connection to the reader and exchange data over the network.
  • .NET Libraries: Utilize .NET libraries for serial communication (System.IO.Ports) or TCP/IP networking (System.Net.Sockets) in your C# code.

Please refer to the RF380R manuals and the Siemens Industry Online Support for detailed instructions and the latest information.

0
Add a comment