Strange reading from RFID..need help


Results 1 to 4 of 4

Threaded View

  1. #2
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    223

    Default Re: Strange reading from RFID..need help

    Hi, can anyone point me to the right direction on how to capture data(codes from previous post) from HSERIN 100,error,[SerialData] to variable DataRec? I did some variations just to make it display on the LCD, it seems I can not. I appreciate any help(it's drving me nuts).
    Code:
    Getbytes:  
           '###########################################   
           
           cnt=0
           While RCIF = 1     ' clear the buffer
            HSERIN 10,error,[Serialdata] ' take it
            DataRec[cnt]=SerialData[cnt]
            HSEROUT [DataRec[cnt]] ' take out
            cnt=cnt+1
           Wend
           LCdout $fe, $c0, DataRec
           Toggle led2       'led to confirm program went to RX ISR  
           flag1 = 1



    Thanks in advance,
    tacbanon
    Last edited by tacbanon; - 20th November 2011 at 01:54.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts