How to communicate between Pc c# and siemens RF260R using the Protocol3964R from siemens?

55 views Asked by At

i have a Siemens RF260R (which is a reader) that i need to communicate with, to read some tags.

This device uses Serial Communication to send and receive data. I have my pc with c# and visual studio. I know it uses 115200 as baud rate, stop bits 1, data bits 8, parity Odd, flow control None.

I need help on the communication part. For example how to communicate using the protocol 3964R from siemens? I found so little about that protocol, does someone know something more?

Thanks in advance!

1

There are 1 answers