-1

I have installed hyperterminal for my RFID. When I scan the RFID, the tag is shown on the hyperterminal. I want to create a program using VB.NET that will function like the hyperterminal. When I scan the RFID, data will show and eventually, saving it on the database for further use. Any codes sir? Thanks.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794

1 Answers1

2

Use a serial-to-keyboard utility (such as http://www.brothersoft.com/redirect-serial-port-rs232-to-keyboard-61149.html or http://www.fileguru.com/apps/serial_port_to_keyboard) and use a simple textbox.

This way you get the bonus, that you can type the code, if the Reader can't read it (defective tag)

Eugen Rieck
  • 64,175
  • 10
  • 70
  • 92