Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. I have resume at the end of intManagement

    I have resume at the end of intManagement
  2. Interrupt only works in main loop, not in subroutines???

    Hello,
    I am facing to the strange problem. I have the following program:

    'interrupt for timer
    OPTION_REG = $d5
    INTCON = $a0 'enable TMR0 interrupts and global interrupt
    PIE1 = 0
    On...
  3. Replies
    2
    Views
    4,002

    Thanks, I am stupid!!!

    Thanks, I am stupid guy, which doesn't know, how to read the manuals.......
    You are really good in PICs :)))))
  4. Replies
    2
    Views
    4,002

    MCLR as PIN on 12F675

    I am trying to use the MCLR as the output PIN. But it looks like, doesn't work with PBP. What I am doing:
    1. I have programmed my PIC with the FUSE MCLRE = I/O
    2. Then, in my PBP code I will do...
  5. Replies
    9
    Views
    13,521

    You are the best Phoenix ...

    Yes, your idea with TDA kicked me to the right direction :)))))
    I am thinking now about the security of this solution, some kind of encryption or authentication, but anyway your idea was the best !!!
  6. Replies
    2
    Views
    6,294

    Solved

    Hello, thanks for the answer. I finally found, what was the problem. The sensor was connected very close to the stabiliser 7805, which produced the temperature, and if even the sensor was outside the...
  7. Problem with PBP interrupt and Serin, please help

    Hello,
    seems I have a strange behaviour of the serin command, when I am using tmr interrupt. Please see my code:

    ' Set TMR0 to interrupt every 16.384 milliseconds
    OPTION_REG = $d5 ' Set TMR0...
Results 1 to 7 of 7