how to send ports high


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2006
    Posts
    20

    Default how to send ports high

    i have just started to use the 16c63a pic can you use the high comand to send pins on port b and port c to out put and iff so what dose the code look like
    i am using microcode studio as the text editor and pbp for the compiler

    any help much apricated

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,605


    Did you find this post helpful? Yes | No

    Default

    Hi,
    I hate to say this but have you looked up High in the PBP manual or in the MCS help? It tells you everything you need to know. If not - please explain what is and someone will jump in and help you.

    /Henrik Olsson.

  3. #3
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    andrew,

    Do you want to make all pins of a port HIGH or LOW at the same time?

    Was that the question?

    ----------------------
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

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


    Did you find this post helpful? Yes | No

    Default

    High and LOW for individual PINs

    High PORTA.0

    ALL PORT pins?

    TRISB=0
    '
    '
    '
    '
    '
    '
    PORTB=%11111111 ' all PINs to 1
    Steve

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

  5. #5
    Join Date
    Jun 2006
    Posts
    20


    Did you find this post helpful? Yes | No

    Smile thanks for help

    thanks all
    it is for an led display
    i found that
    high portc.0
    pause 100
    low portc.0

    works

    thanks

Similar Threads

  1. Can't read sequential addresses in external EEPROM
    By tjkelly in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th February 2010, 14:46
  2. SERIN MIDI out of Synch?
    By jncortes in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th June 2009, 20:08
  3. Old and beyond help ?
    By DavidFMarks in forum mel PIC BASIC Pro
    Replies: 46
    Last Post: - 11th December 2008, 15:23
  4. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27
  5. sample code for M25P32
    By Pedro Santos in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th January 2007, 02:37

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