Serin serout problem


Results 1 to 40 of 337

Threaded View

  1. #31
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default

    ok, but what about this loop here, can i do that, having multiple a/d conversion on one chip ?

    loop:
    ADCON0 = %10000001 ' Configure and turn on A/D Module
    ADCIN porta.0, input1
    pause 50

    ADCON0 = %10001001 ' Configure and turn on A/D Module
    ADCIN porta.1, input2
    pause 50

    From the definition of ADCON0, I can only choose one pin for A/D conversion. Maybe thats why it get mixed up .
    Last edited by lerameur; - 3rd January 2007 at 20:39.

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. PIC16f877 code crosses boundary @800h
    By inventosrl in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 6th April 2009, 22:03
  3. serout and serin problem
    By nicolelawsc in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th April 2006, 19:44
  4. Replies: 11
    Last Post: - 13th July 2005, 19:26
  5. SerIn and SerOut
    By Dwayne in forum FAQ - Frequently Asked Questions
    Replies: 0
    Last Post: - 21st July 2004, 15:54

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