Inputs are "sinking" voltages?


Results 1 to 6 of 6

Threaded View

  1. #2
    sinoteq's Avatar
    sinoteq Guest


    Did you find this post helpful? Yes | No

    Default Binary math

    Your A.1 in-port is not set as input. You use PortA.1 right?? Look at this:

    TRISA=%00000 'This is all A-pins to output == Decimal 0
    TRISA=%00001 This makes A.0 an INPUT == Decimal 1
    TRISA=%00010' This will make A.1 an INPUT == Decimal 2
    TRISA=%11111 'All input== Decimal 31


    Get the point?

    Sometimes it is better to use Binary when setting the registers because then you "see" the number better when you compare with the datasheet.

    M
    Last edited by sinoteq; - 6th September 2007 at 10:27.

Similar Threads

  1. decoding quadrature encoders
    By ice in forum mel PIC BASIC Pro
    Replies: 93
    Last Post: - 28th February 2017, 09:02
  2. Erratic analog inputs .
    By timseven in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 10th October 2009, 22:34
  3. Unable to get 2 inputs to work
    By rangerdoc in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 1st June 2008, 03:16
  4. inputs on 12F675 (or for that matter any PIC)
    By muddy0409 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 11th April 2007, 19:43
  5. Using portb as inputs PIC goes crazy
    By peterdeco1 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th November 2005, 14:15

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