Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.01 seconds.

  1. Re: 12f675 to latch output while it does something else

    Hi,

    Not sure I understand what this means.
    On the 12F675 you have GPIO.0 etc. Make sure you reference that and make sure you set/clear TRISIO accordingly.

    /Henrik.
  2. Re: 12f675 to latch output while it does something else

    Hi,


    Sounds like you're getting bit by the ever so clasic read-modify-write issue caused by not having analog functionallity on related pins turned off.


    CMCON = 7 ' Turn off comparator on...
  3. Re: 12f675 to latch output while it does something else

    Hi,
    As with most things there are more than one way to do it. Personally I like to code things like this using a state machine since it allows you divide the code into easily identifiable "blocks"...
Results 1 to 3 of 3