16f88


Closed Thread
Results 1 to 12 of 12

Thread: 16f88

Hybrid View

  1. #1
    Maurice's Avatar
    Maurice Guest

    Default 16f88

    Hi,
    I am migrating to the 16F88 from the 16F84A and was wondering what code I have to put in the header to make it exactly like a 16F84A. I want only to have to stock the newer cheaper chip.

    thanks
    Maurice

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    not sure that 16F84a is the cheapest you can have against the 16F88... 16F627, 16F628 will probably be cheapest than 16F84, and if your application permit, you'll be able to use the internal oscillator and have two free i/o. If you post your code here we can help to convert from one to another. Should be straightforward...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Maurice's Avatar
    Maurice Guest


    Did you find this post helpful? Yes | No

    Default 16f88

    Hi Mr_e thanks for your response. What I want to do is to use 16F88s from now on but I'm finding it hard to find all the info on how I make a 16f88 into an all digital PIC and make it behave like the 16F84A (when I need it to).

    all best

    Spencer

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    make an F88 all digital will be done by using this simple line...
    ANSEL=0 ' disable all ADCs

    if you feel safe to disable analog comparator that are already disable at POR
    CMCON=7 ' disable all analog comparator

    That's it that's all... basketball!
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #5
    darkman's Avatar
    darkman Guest


    Did you find this post helpful? Yes | No

    Default

    steve do you send full config word exempla here for 16F88 ?

  6. #6
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    config??? Fuses? registers?

    Sorry i need more words to post words
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. Code works on 16F84A but not on 16F88?
    By pharaohamps in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 6th November 2009, 18:29
  2. Can't get a 16F88 to do anything.
    By ccowley in forum General
    Replies: 14
    Last Post: - 25th August 2008, 23:42
  3. 16F88 RA6 and RA7 troubles
    By gandora in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 3rd August 2007, 02:57
  4. 16f88 help
    By ccsparky in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 3rd July 2004, 17:50
  5. 4 line LCD with 16F88
    By anj in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 7th February 2004, 09:06

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts