Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,045

    Re: IF... THEN question.

    Thanks a lot Bob!
  2. Replies
    3
    Views
    2,045

    IF... THEN question.

    I can't find a definitive answer to this, is this legal?

    IF result = 15 OR result = 30 OR result = 45 OR result = 60 THEN
    xxx
    xxx
    ENDIF

    How many conditions can you use in an IF THEN ?
    ...
  3. Replies
    13
    Views
    26,223

    Does the 16F876A have an ANSEL or ANSELH...

    Does the 16F876A have an ANSEL or ANSELH register? Some devices use different registers to acomplish similar tasks.
  4. Replies
    6
    Views
    3,487

    Yes, it works just fine! I definetly have to...

    Yes, it works just fine! I definetly have to sleep, did not notice you had to use LONG before the variable name, it's right there on the manual, sorry. As always, when something is not working it...
  5. Replies
    6
    Views
    3,487

    Hello Bruce, Wrote a short test code, here...

    Hello Bruce,

    Wrote a short test code, here are the different tests I made:


    1.- LONG variables
  6. Replies
    6
    Views
    3,487

    Ok, I am trying to store LONG variables. Tried...

    Ok, I am trying to store LONG variables. Tried using BYTE variables and it works. It's supposed to work for LONG's also.
    Found something at http://www.melabs.com/support/pbpissues.htm and tried it:...
  7. Replies
    6
    Views
    3,487

    Tried to comiple and test but it won't compile...

    Tried to comiple and test but it won't compile while error shows up.

    Any ideas?

    Thanks!

    Rogerio
  8. Replies
    6
    Views
    3,487

    WRITE error in 18l.lib

    Hi. I am trying to use WRITE to write to EEPROM on a 18F4620 using PBPL and MPASM but I get the following:

    Error[113] c:\pbp\pbppi18l.lib 723 : Symbol not previously defined (WRITE)

    I checked...
  9. Replies
    7
    Views
    3,584

    I was using Long variables but trying to display...

    I was using Long variables but trying to display with #Variable, thought it was the same as DEC. Working great now.

    Thanks again Darrel!

    Rogerio
  10. Replies
    7
    Views
    3,584

    Thanks Darrel! That was a fast change and it's...

    Thanks Darrel! That was a fast change and it's working OK.
    Now I need to find out how to display a number bigger than a Word using LCDOUT, any ideas?

    Thanks!

    Rogerio
  11. Replies
    7
    Views
    3,584

    Help, PBPL and DIV 32.

    Hello. I have a code that uses DIV 32, because of code lenght I am switching to PIC18F4620, and since I have the extra space I want to add more functions that could be more easily done using PBPL....
  12. Replies
    13
    Views
    26,223

    Problem solved!

    Ok, so I had forgoten to clear Anselh register, ha.

    Working great now,

    Thanks for the code malcolm!

    Rogerio
  13. Replies
    13
    Views
    26,223

    View Post

    Hi Malcolm.

    I'm trying this code but can't make it work. It only displays:

    Time= 00:00:00
    Date= 00:00:00

    but does not show the date and time that was set or advance.

    Tried grounding...
Results 1 to 13 of 13