Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Can Anybody Help to Siemens simatic RF380R reader programing in c# please help me to Find solution
Posted

1 solution

This RF ID reader has a serial interface. Read the CP articles on talking over a serial port in C#.

Serial Port Communication[^]

Basic serial port listening application[^]

Application to Debug Serial Port Communication[^]

That should get you started on some code primitives to read data from a serial port and write data back to it.

Do you have any documentation on the messages and commands accepted by this device?

I found two commands described in section 10 of this document:

https://cache.automation.siemens.com/dnl/Dk/DkzNjYyMQAA_21738946_HB/SYH_RF300_76_en-US.pdf[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900