Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Dick M; Keyword(s):

Search: Search took 0.00 seconds.

  1. Looking at 4.5 Arrays in the manual it looks like...

    Looking at 4.5 Arrays in the manual it looks like you need to redefining your element from word[2] to word[3]
  2. Replies
    2
    Views
    2,662

    Thanks for the help Dave that was what I was...

    Thanks for the help Dave that was what I was looking for.
  3. Replies
    2
    Views
    2,662

    Help with bit array

    I need help defining a word variable that I can access as a word, the high and low byte and as a bit array? I need to point to the a bit in the word with a for next loop. I know how to dfine a bit...
  4. Replies
    1
    Views
    3,408

    Detect baud rate

    I'm using usart on an 18f series chip and need a way to detect 3 baud rates 19.2, 57.6 and 115.2 . The problem is I can't just use the autobaud detect in the PIC because I have to use the string the...
  5. Replies
    0
    Views
    2,383

    PEEKCODE in the 18f2420

    I was using the peekcode command in the 16f628 and it worked fine. I have move over to the 18f2420 and I can't get it to work. I supect it has to do with the way the 18f2420 now read 2 bytes of data...
  6. Replies
    3
    Views
    3,171

    I just picked variable name flags when i wrote...

    I just picked variable name flags when i wrote the post the variable name that I was using was "ChShmr1"
    Neighter "flag" or "flags" are listed as Reserved Words if they are they Reserved Words...
  7. Replies
    3
    Views
    3,171

    Problem with bit array

    I don't seem to be able to get the bit array to work. I'm using PicBasic Pro Compiler 2.44 and the p16F648A

    I declare the var " flags var bit[8]" and it assembles ok but when I try and use it...
  8. Replies
    5
    Views
    6,058

    I'm not sure what you are trying to do. If you...

    I'm not sure what you are trying to do. If you are trying save the registers in your interrupt routine then here is how I do it.


    movwf _w_save ; Save W register
    swapf STATUS,W ; Swap...
  9. Thread: RS485 Extender

    by Dick M
    Replies
    3
    Views
    5,095

    Originally posted by SergioRM [B]Hi...

    [QUOTE]Originally posted by SergioRM
    [B]Hi Steve,
    But I still want to know if we can make a repeater connecting "back to back".

    Yes you can connect two 75176 back to back for a level booster if...
Results 1 to 9 of 9