Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: ria_river; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    7,880

    versions

    from kindred:
    picbasic pro compiler version 2.3
    4MHz
    kit128
  2. Replies
    10
    Views
    7,880

    read and write

    Hi everyone!

    I can read and write now using the pic16f84a but I can't do that using pic16f877a.
    Is there any lines I have to add inorder to allow reading and writing the eeprom?
    I've read the...
  3. Replies
    32
    Views
    18,507

    me again

    Hi everyone!

    I can read and write now using the pic16f84a but I can't do that using pic16f877a.
    Is there any lines I have to add inorder to allow reading and writing the eeprom?
    I've read the...
  4. Replies
    14
    Views
    47,086

    Sticky: how to post

    hi DT!

    Can you please instruct me on how to start a new post or thread.
    I tried the link you've given above but it wasn't there.
  5. Replies
    40
    Views
    20,444

    needed

    Can you display your code so that I will have an idea on what's going on.
  6. Replies
    32
    Views
    18,507

    I see

    Thank you for all the help.

    I been reading the manual a lot of times. I even follow the codes and procedures provided by the manual.
    It's just simply won't work.

    Again, thank you very much for...
  7. Replies
    32
    Views
    18,507

    error in my code

    Hi skimask!
    The DEC code will cause a compilation error.
    What shall I do?
    If you know other means please tell me...
    Thank you in advance.
  8. Replies
    32
    Views
    18,507

    Still won't work

    Hi Steve!

    I placed an endless loop before the END, but still i got the same output.
    What should I do?
    Please help...
  9. Replies
    32
    Views
    18,507

    thanks

    Thanks steve.
    I'll try this.
  10. Replies
    32
    Views
    18,507

    i'll try

    I also got problem writing the eeprom. I program it this way:

    lcdout $fe,1,"writing the eeprom"

    write 0,2
    write 1,3
    pause 2000

    lcdout $fe,1,"Successful!"
  11. Replies
    32
    Views
    18,507

    read eeprom problem

    Hi everyone!

    I'm using PIC16f877a and I program it this way:

    'PIC DEFINES
    '--------------------
    @ DEVICE pic16f877a, XT_OSC
    @ DEVICE pic16f877a, WDT_ON
    @ DEVICE pic16f877a, PWRT_ON
    @...
  12. Replies
    10
    Views
    8,522

    PBP vs PBPW

    By the way Melanie..why we need to use PBPW instead of PBP in compiling?

    What's the difference between them?
  13. Replies
    10
    Views
    8,522

    thank you

    I see..
    Thank you so much Melanie..

    I really learn a lot from this forum.

    Cheers!

    ria
  14. Replies
    10
    Views
    8,522

    using 16F877A

    Hi Melanie!

    Is the sample.bas that you posted about how to read and write the EEPROM applicable for 16F877A?

    If not, what certain modifications should be done?

    Please help...

    ria
Results 1 to 14 of 15