pass pic basic pro pic from pic 16f877a to pic 16f887


Results 1 to 9 of 9

Threaded View

  1. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,387


    Did you find this post helpful? Yes | No

    Default Re: pass pic basic pro pic from pic 16f877a to pic 16f887

    an adc result is only accurate to 2 places anyway so why not just use

    B1**25097


    result is (b1 *2000/52224 )*100

    eg
    b1 = 1023
    B1**25097=391

    b1 = 255
    B1**25097=97
    Last edited by richard; - 11th February 2020 at 07:04.
    Warning I'm not a teacher

Similar Threads

  1. Trying to integrate Visual Basic with PIC 16f877a
    By vtolentino in forum General
    Replies: 3
    Last Post: - 9th March 2011, 09:22
  2. serial interface pic 18f452 using pic basic pro
    By syed ahmed in forum Serial
    Replies: 0
    Last Post: - 16th May 2010, 05:46
  3. PIC BASIC or PIC BASIC PRO
    By kirkmans in forum USB
    Replies: 3
    Last Post: - 20th April 2007, 00:52
  4. Replies: 5
    Last Post: - 17th January 2006, 19:26
  5. help pic basic pro
    By f6ggy in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 29th September 2003, 00:55

Members who have read this thread : 1

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