Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    12,060

    Re: Using MCLR pin at Input

    I don't know about new blood or even new problems, but I have lots of old versions of both that I will be grateful to share.

    Thanks,

    -Jake
  2. Replies
    9
    Views
    12,060

    Re: Using MCLR pin at Input

    I want to sincerely thank all of the people who responded with advice and suggestions.

    I not only got the initial problem solved, but I learned some things that I probably would not have figured...
  3. Replies
    9
    Views
    12,060

    Re: Using MCLR pin at Input

    I found out what to do. I need to reset the configuration file by inserting this code into beginning of the program

    #config
    __config _mclre_off
    #endconfig

    The pin 4 (bit 3) will now be an...
  4. Replies
    9
    Views
    12,060

    Using MCLR pin at Input

    I am using a 12F683 and having no luck in disabling the MCLR pin (pin 4 bit 3) so that I can use it as an input.

    In the PicBasic program, I put ANSEL = 0 to set all the pins to digital and CMCON0...
Results 1 to 4 of 4