Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: dan-tron; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    22,053

    Parallax RFID Reader code example

    I was having troubles getting the Parallax RFID Reader module to work in my project, which you can read about in my thread here...
    http://www.picbasic.co.uk/forum/showthread.php?t=6963
    My main...
  2. Replies
    100
    Views
    175,690

    EUREKA! Thanks guys! You have been a huge help....

    EUREKA!
    Thanks guys! You have been a huge help. I have finally figured it out.
    My problem was more like 3 problems...

    1. I have never done EEPROM stuff before so I was lost to begin with.
    2....
  3. Replies
    100
    Views
    175,690

    Ok, get this! I just tried using a 16F84A...

    Ok, get this! I just tried using a 16F84A instead of the 16F628A using nearly the exact same code and it works! I just removed the CMCON = 7 and DEFINE OSC 20 and stuck a 4MHz resonator on the...
  4. Replies
    100
    Views
    175,690

    I already have the "Program/Verify Data" option...

    I already have the "Program/Verify Data" option checked. Also if I Read the chip after Programming it, I do see the EEPROM data present in the Data EEPROM window. So it's definitely writing to the...
  5. Replies
    100
    Views
    175,690

    I have simplified my program to isolate the...

    I have simplified my program to isolate the issue. I believe it lies with the READ command. This is my simplified code.



    CMCON = 7
    DEFINE OSC 20

    char VAR Byte ...
  6. Replies
    100
    Views
    175,690

    No luck. I replaced the T2400 with 396 and it...

    No luck. I replaced the T2400 with 396 and it made no difference. I don't believe that the serial input is the problem because I can debug with a serial LCD and I can get it to print the actual ...
  7. Replies
    100
    Views
    175,690

    How to compare strings/array? RFID Project

    I am trying to make an RFID reader using Parallax's RFID Reader Module and a PIC 16F628A.
    I am using PBP and am having troubles figuring out how to convert over the sample code found at Parallax to...
Results 1 to 7 of 7