Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds; generated 6 minute(s) ago.

  1. Thread: Searches

    by hmr
    Replies
    11
    Views
    9,452

    Hi Luciano, That's right it also works with...

    Hi Luciano,

    That's right it also works with single words and I never said it didn't.

    In fact when you put a single word between quotes the search engine will treat it as a hole word and will...
  2. Thread: Searches

    by hmr
    Replies
    11
    Views
    9,452

    Quotes

    Hi,
    Just to to explain one thing in google's search:

    When you use quotes "" means that if you have more than a word and both come together, google will search for both words in the same order...
  3. Replies
    7
    Views
    3,970

    Hi Cocacolakid Try this: PortB.0 [sensor] ...

    Hi Cocacolakid

    Try this:

    PortB.0 [sensor]

    If you need more info, read section 4.11 on the manual.

    Hope this help.
  4. Thread: undocumented code

    by hmr
    Replies
    6
    Views
    3,715

    Hi Ilteris, If I do remember what the manual...

    Hi Ilteris,

    If I do remember what the manual says about pins, using the index on a 40 pin chip it will make reference to Port B and C. So index from 0 to 7 refers to Port B and 8 to 15 to port C....
  5. Thread: cancelling gosubs

    by hmr
    Replies
    17
    Views
    8,110

    Software Stack

    Hi All,

    I was sniffing the net and I have found a quite interesting stack subroutine that the authors claims to let PBP do up to 48 nested gosubs.

    The url is:
    ...
  6. Thread: cancelling gosubs

    by hmr
    Replies
    17
    Views
    8,110

    Hi All, Answering your question (rosfree)...

    Hi All,

    Answering your question (rosfree) about the clearing nested subroutines, the answer is no. The subroutines can't be cleared what you have to do is set a lot of flags or just review all...
  7. Replies
    1
    Views
    9,936

    Re: 16F877A to SED1330 GLCD Schematic

    Hi,

    Check out this url for schematic example:

    http://mikerey35475.tripod.com/jal-lcd.html

    and for some code sample in PBP:

    http://www.compsys1.com/workbench/Benchware/SED1330/sed1330.html
  8. Thread: serial trouble

    by hmr
    Replies
    7
    Views
    5,253

    Hi Ronjodu, You didn't post all your code but...

    Hi Ronjodu,

    You didn't post all your code but as the 16F876 is analog input on PORT A and all MCU with analog input comes up in analog mode you have to set it to digital before using it.

    Try to...
  9. Thread: Porta.1 as input

    by hmr
    Replies
    2
    Views
    3,274

    Hi, I'm quite new in PICBasic Programming but...

    Hi,

    I'm quite new in PICBasic Programming but I think you should set Port A as digital because all MCU with analog input come up in analog mode.

    ADCON1=7

    I think this will solve your...
Results 1 to 9 of 9