Rfid Reader- Pic


Results 1 to 10 of 10

Threaded View

  1. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default

    The core-12 reader has a serial output at TTL level. So it is a piece of cake to connect and start getting data into your PIC. PBP supports Serial protocol (RS-232) either in software or in hardware. I recommend the second using Hserin command if your PIC has a UART. Note that you need to put a MAX232 chip. The core-12 has inside it an inverter. If you are going to use a PIC with no UART, then use Serin2 command with invert parameters.

    Every time you cross a card over the reader, a stream of ascii data are output of the core-12. Have your PIC read the stream into an array and you are done.

    More about syntax, examples etc, put the words that you just read into the search of this forum. You will find everything on Serial ports, LCD, ASCII, and us here when you write your code that obviously is not going to run first time! 8-)

    Ioannis
    Last edited by Ioannis; - 10th January 2008 at 21:34.

Similar Threads

  1. Parallax RFID Reader code example
    By dan-tron in forum Code Examples
    Replies: 4
    Last Post: - 19th April 2013, 22:16
  2. how synchronize with rfid reader
    By karellen in forum Serial
    Replies: 9
    Last Post: - 6th December 2009, 15:13
  3. Proximity Reader (Weigand) aka RFID
    By GoldStar in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 23rd May 2009, 05:41
  4. Replies: 3
    Last Post: - 12th March 2008, 05:33
  5. Serial interface with RFID reader
    By brid0030 in forum Serial
    Replies: 8
    Last Post: - 23rd January 2007, 06:23

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