Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. First GetADC using DT_Analog.pbp incorrect measurement afterwards is good. Why?

    I am using Darrel Taylor's DT_Analog.pbp for taking analog measurements. Measurements are taken in a loop using GetADC.
    The first ADC measurement is always an incorrect value. After the first...
  2. Replies
    2
    Views
    3,585

    Re: Looking for Elapsed_DN.bas by Darrel Taylor

    OK, I got it.

    Thanks again
  3. Replies
    2
    Views
    3,585

    Looking for Elapsed_DN.bas by Darrel Taylor

    I know he passed away, but I'm looking for a file he had for using his Elasped timer for counting down rather then
    counting up.

    This is the demo code for it but it needs Elasped_DN.bas


    '...
  4. No, don't have any arrays at all. That is what I...

    No, don't have any arrays at all. That is what I was thinking that somehow I was over writing memory somewhere. I gave it a few days of rest as I had other jobs at work to perform. So, probably I...
  5. OK, I got it working normally. What I had to do...

    OK, I got it working normally. What I had to do to make it work makes no sense to me because it should have worked the way I had it. Anyway I had to move

    rd_addr2 VAR LONG
    rd_addr2 = $01FE
    ...
  6. Really got me. I'll try the code all by itself...

    Really got me. I'll try the code all by itself without anything else and see what I get. Won't have a reply till tomorrow about this because I'm not at work now to try it. Hope it is something I can...
  7. Replies
    9
    Views
    5,525

    Found the problem. Also sorry for the confusion...

    Found the problem. Also sorry for the confusion and appreciate all your help. The cause of the problem was bad commenting in the inline assembly. It is not apparent in my posted code as I copied that...
  8. Replies
    9
    Views
    5,525

    It compiles fine on my laptop too, and did...

    It compiles fine on my laptop too, and did compile on my work computer also. But not today. Now it is giving those stated errors and I'm trying to track down what is causing it. I am trying to...
  9. OK, that seemed to do the trick. Still very...

    OK, that seemed to do the trick. Still very strange way to do this. A string var would be nice to have. Almost seems like I'm using more program memory just to create the strings (labels in this...
  10. Store and retrieve strings to an ATmel SPI Serial EEprom

    I have normally worked with other compilers but at work I have to use Picbasic Pro. Usually I use a Pascal language compiler. Anyways, I am finding it kind of difficult to do something simple like...
Results 1 to 10 of 10