Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Thread: LCD data filter

    by RubenR
    Replies
    2
    Views
    2,414

    Thanks for the tip. I now have a 'Logicport'. It...

    Thanks for the tip. I now have a 'Logicport'. It works great. I think that I can fix the problem with the information of this logic analzyer.
  2. Thread: LCD data filter

    by RubenR
    Replies
    2
    Views
    2,414

    LCD data filter

    I'm working on a LCD data filter. I've got a milling machine with a display. This machine is controlled by a processor board, with a display for instructions and measurement values. I would like to...
  3. Replies
    4
    Views
    4,064

    Little code change and it seems to work fine now!...

    Little code change and it seems to work fine now! The golden rule is:*
    Calling a subroutine using GOSUB and jumping out of that subroutine using GOTO before the end (RETURN) of the subroutine is...
  4. Replies
    4
    Views
    4,064

    Thanks for the help so far. I disabled the stack...

    Thanks for the help so far.
    I disabled the stack overflow reset and indeed the program stops working after 28 times. It looks like a stack overflow to me. This is the code I used:

    How could I...
  5. Replies
    4
    Views
    4,064

    PIC18F4550 rebooting

    Hello,

    I'm trying to write a program that checks for a timeout. When there is no timeout the program has to return to the place it came from. No problems so far when I use a PIC16F877A. Now I...
  6. Replies
    3
    Views
    6,105

    Thank you for the posts. I found where I was...

    Thank you for the posts. I found where I was looking for. For those who want to know more about CRC read this article called: 'A painless guide to CRC error detection algorithms'...
  7. Replies
    6
    Views
    18,105

    go to the maxim site download the DS2433 eeprom...

    go to the maxim site download the DS2433 eeprom datasheet a write / read example (using 1-wire) is present in it.
  8. Replies
    15
    Views
    12,161

    Now I would like to disable the USB-controller of...

    Now I would like to disable the USB-controller of this pic, because I don't need this feature and I have to use the input pins RC4 and RC5.
    I've read the datasheet and I can disable USB by setting...
  9. Replies
    15
    Views
    12,161

    Thanks, I thought I'd tried everyting, but it...

    Thanks, I thought I'd tried everyting, but it works fine now.
  10. Replies
    15
    Views
    12,161

    PortE problems (PIC18F4455)

    Hi there,

    If got a little problem (but strange to me). I'm trying to use portE of my pic18F4455. Now i'm using it as an input, but later I also want to use it as an output.

    The problem is that...
  11. Replies
    14
    Views
    11,519

    MAX6953 pic16f870: working!

    Yes, it's working.
    What I was doing wrong was not setting the intensity registers, so the LED's won't light up. Here's the configuration code I'm using now:


    SetConfig:
    SlaveAddressWrite =...
  12. Replies
    14
    Views
    11,519

    Thanks for the reply. I've pulled up the ports...

    Thanks for the reply. I've pulled up the ports and it look like it works now! It is possible to put the LED-driver into the test-mode and to set it back to normal operation.

    The only problem is...
  13. Replies
    14
    Views
    11,519

    Thanks! The address looks better now, but it...

    Thanks! The address looks better now, but it still doesn't work yet.

    I'll keep trying and will let you know when it works. If someone else got a good idea, I would like to here it too!
  14. Replies
    29
    Views
    29,200

    I'm using the K150 USB programmer from kitRus...

    I'm using the K150 USB programmer from kitRus http://kitsrus.com/upuc.html#k150

    It's a high speed USB-programmer with ZIF-socket included and ICSP-support. The only disadvantage is that you have...
  15. Replies
    14
    Views
    11,519

    I've read and followed the example/explanation...

    I've read and followed the example/explanation above and it looked great to me. I've got a problem wich looks like this. I'm trying to control the MAX6953. (Datasheet: MAX6953...
Results 1 to 15 of 15