12F615 and PBP


Closed Thread
Results 1 to 2 of 2

Thread: 12F615 and PBP

  1. #1
    Join Date
    Oct 2006
    Location
    Edmonton AB Canada
    Posts
    52

    Default 12F615 and PBP

    Gang,

    If somebody would be so kind, what do I look at on the datasheet to tell which (if any) pins can be used for serial I/O on a 12F615 ?

    Thanks
    Gary

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


    Did you find this post helpful? Yes | No

    Default Re: 12F615 and PBP

    Hi,
    Look at page 5 in the datasheet. There you'll see a table showing all the pins and what they "can do". The 12F615 doesn't have an USART so HSEROUT/HSERIN won't work but the bit banged routines (SEROUT(2), SERIN(2), DEBUG etc) will work.

    GP3 (which is also MCLR) is marked Input only so that obviosuly won't work for SEROUT etc, apart from that all the GP pins should work find for serial input and output.

    Remember to make sure to turn off the ADC and comparator for the pins you intend to use.

    /Henrik.

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