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