Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    9,508

    Re: Unable to Open Include File

    First of all, thanks to everyone that responded.

    I FOUND THE PROBLEM ! !

    These tired old eyes are not what they used to be. Turns out, the Include file REENTERPBP-18.BAS had TWO DOTS...
  2. Replies
    15
    Views
    9,508

    Re: Unable to Open Include File

    The errors (Actually a Warnings) are:

    WARNING Unable to open INCLUDE file DT_INTS-18.BAS
    WARNING Unable to open INCLUDE file REENTERPBP-18.BAS

    Those INCLUDES are in the PBP root directory...
  3. Replies
    15
    Views
    9,508

    Re: Unable to Open Include File

    Thanks . . . If you have anything to contribute to my original question, Thanks again - - else please stick to the topic
  4. Replies
    15
    Views
    9,508

    Re: Unable to Open Include File

    No reason at all. I'm satisfied with them.
  5. Replies
    15
    Views
    9,508

    Re: Unable to Open Include File

    Thanks Henrik :

    Yes, the extension is ,bas. I wonder if it has something to do with the computer - -
    I am running two other XP's using the same programs, etc. Both work just fine. Perhaps I...
  6. Replies
    15
    Views
    9,508

    Unable to Open Include File

    I know this question has been posted numerous times, and I have done several searches relating to it, but I cannot solve this problem.
    I'm using PBP 2.6. I have several programs that use DT's...
  7. Replies
    3
    Views
    3,797

    Re: PB3 gold vs silver

    Thanks Henrik

    I was really interested in support for the PIC 16F1455 since PBP does not.

    I THINK I bought the original from MeLabs - - and the update to 2.6 from ? ? . As said - too many...
  8. Replies
    3
    Views
    3,797

    PB3 gold vs silver

    What is the difference?


    I bought PBP and then the upgrade to 2.6 so long ago it is impossible to prove it - I don't keep records longer than 7 years. I am considering getting PB3 but would...
  9. Replies
    5
    Views
    23,018

    Re: problem with LCD large Numbers

    Richard:

    Thanks for your response. I modified your program to use with a 18F14K22, and since I have a serial LCD backpack, I changed the LCD stuff to SEROUT2. Also, no PB3 here, still on 2.6,...
  10. Replies
    5
    Views
    23,018

    problem with LCD large Numbers

    Hi all
    I have been away for a LOONG time, finally getting back working with PICs.

    I have developed a program to display large numbers on a 4x20 LCD, using PBP 2.6. The PIC is an 18F14K22.
    I...
  11. Replies
    5
    Views
    4,209

    Re: Someone trying to hack my account?

    I was notified that it happened to me yesterday - they failed - but I'm thinking about updating my password to twice the number of characters.
    Ken
  12. Re: 18f14k22 portb.5 always high using hserout

    Thanks

    I found a "work-around" for this - I needed one output to pulse an LED as a "heart-beat", so I changed that to PORTB.5.
    In the program I change TRISB.5 from a 0 to 1 and back to a 0 to...
  13. 18f14k22 portb.5 always high using hserout

    Oops - - Should be 18f14k22

    Hi

    I cannot figure out why, when using HSEROUT, on PORTB.7, PORTB.5 is high
    no matter what I try.

    Making PORTB = 0 on the first line has no effect either...
  14. Replies
    14
    Views
    9,068

    Re: Help with LCD Scroll

    Thanks TABSoft

    Sorry for the late response

    Ken
  15. Replies
    14
    Views
    9,068

    Re: Help with LCD Scroll

    Thanks Art

    See my first post in this thread. I have not been able to accomplish that

    Ken
  16. Replies
    14
    Views
    9,068

    Re: Help with LCD Scroll

    Thanks to all the responses.

    Eventually I came up with the lookup table approach, sending one character at a time, and of course it works. The display was just too "jerkey" for my tastes.

    In...
  17. Replies
    14
    Views
    9,068

    Re: Help with LCD Scroll

    Thanks Andy.
    I guess I wasn't clear, I do have the data sheet, but have not found how to do this. If it is in there, it's not very clear (at least to me)

    I have tried several different scrolling...
  18. Replies
    14
    Views
    9,068

    Help with LCD Scroll

    Howdy

    I'm using a 4 x 20 LCD, and scrolling a text message from right to left. That is no problem. The letters "fall off" line one of the display as they reach the end of the first line, and...
  19. Replies
    6
    Views
    4,791

    Re: DS18B20 Question

    Problem Solved - -
    The problem was in my code - - As I mentioned, I have the DS18B20 configured for 9 bit resolution.

    In my code, I sent the command $CC, $44 to do the Temperature...
  20. Replies
    6
    Views
    4,791

    Re: DS18B20 Question

    Sorry - I should have added that I am using 9 bit resolution . Things work fine using 12 bit.

    I use 9 bit since the conversion time is 93.75 ms, compared to 750 ms for 12 bit. At least, that is...
  21. Replies
    6
    Views
    4,791

    Re: DS18B20 Question

    What I mean by that is simply this:

    When the temperature increases from any temperature, (GOES UP) , Say from 72 degrees to 73 degrees,
    OR when the temperature decreases from any temperature...
  22. Replies
    6
    Views
    4,791

    DS18B20 Question

    I am using a DS18B20, with Bruce Reynolds program, a 18f14k22 running at 16 mhz internal osc.

    I notice that when the temperature "changes direction", in other words, when it first starts to...
  23. Re: Error using DT's Inst Interrupts and PIC BASIC PRO Long

    Found the problem - - RTFM - -

    Bottom of page 40 of the PBP manual

    Ken
  24. Re: Error using DT's Inst Interrupts and PIC BASIC PRO Long

    DT's Interrupts have nothing to do with this problem.

    It seems that whenever a div32 is used with longs, I get the error.

    To simplify things, I am using Bruce's temperature conversion...
  25. Re: Error using DT's Inst Interrupts and PIC BASIC PRO Long

    Thanks Robert -

    I have PBPL enabled (the box is checked)

    Ken
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4