PBP projects for R/C models


Results 1 to 40 of 772

Threaded View

  1. #11
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Hi Ioannis,

    Yes, it takes TTL True, so Ken can do debug something like this for his setup:

    Code:
    DEFINE DEBUG_REG PORTB      'This is set to match the ICSP pins
    DEFINE DEBUG_BIT 7          'PIC sends data to the PC on this pin
    DEFINE DEBUGIN_BIT 6        'Can be used to receive data from the PC
    DEFINE DEBUG_BAUD 38400     'This is the highest baud rate Pickit2 can handle
                                'It seems to work ok with my 8 mhz stuff and higher
    DEFINE DEBUG_MODE 0         'Sets debug to True levels (1 for inverted)
    Last edited by ScaleRobotics; - 30th January 2011 at 22:08. Reason: Edited for Ken's hardware

Similar Threads

  1. PBP Book
    By Bruce in forum Off Topic
    Replies: 83
    Last Post: - 4th October 2021, 12:55
  2. PBP Extensions, What are they?
    By PJALM in forum PBP Extensions
    Replies: 9
    Last Post: - 28th September 2021, 11:26
  3. Compiler differences between PBP 2.33 & 2.46
    By nikopolis in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd May 2006, 19:01
  4. Newby- PBP wont compile for 18F (MPLAB)
    By jd76duke in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 17th December 2005, 23:30
  5. Making PBP code more modular
    By forgie in forum General
    Replies: 30
    Last Post: - 25th October 2005, 16:24

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