Menu

rfid reader

Help
2009-01-08
2013-05-30
  • Nobody/Anonymous

    Can i do this or something like it?
    do
            SerReceive 1, Temp
            If Temp = "59F62J64" Then set gpio.1 on
       
      loop
    it is for a rfid reader

     
    • kent_twt4

      kent_twt4 - 2009-01-08

      The short answer is yes.  The long answer is its not quite that simple.  A software RS232 bi-directional routine between a PIC and Terminal is shown here:
      http://sourceforge.net/forum/forum.php?thread_id=2155758&forum_id=629990

      Putting letters amongst your ID number complicates things slightly, as you will have to add a bunch of IF statements (or Select Case) to decode the incoming ascii to include characters also.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.