I can get the id
of the tag
with this code snippet and play in a Textbox
, but, how would I get the information of which reader RFID
it was read?
serialPort1.Open();
string entrada = serialPort1.ReadLine();
serialPort1.Close();
txt_tag.Text = entrada;