ICD & PBP && how to get it to work


Closed Thread
Results 1 to 27 of 27

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Colorado
    Posts
    378


    Did you find this post helpful? Yes | No

    Default Where did this quote come from...not in this thread??

    Quote Originally Posted by phoenix_1 View Post
    One question :
    Originally Posted by Bruce
    If you're using MCS+ ICD, then you should not be trying to use the standard serial
    communicator in MCS+.

    Inside the ICD window HSEROUT will display whatever you send in the lower section of
    the ICD window. When it lands on an HSEROUT while running the ICD, and small serial
    ICD terminal window will automatically pop-up asking for input.


    Code:
    DEFINE LOADER_USED 1 ' using MCS+ bootloader
    DEFINE OSC 20 ' <-- DEFINE your OSC speed. gotta have this for MCS ICD.

    MyVar VAR BYTE

    Loop2:
    HSERIN [MyVar] ' <-- window pops-up waiting for input
    HSEROUT ["MyVar = ",DEC MyVar,13,10] '<-- displays input
    PAUSE 500
    GOTO Loop2I've attached a screen capture of the above running in MCS+ ICD. Tested on an
    18F4431.

    If you still have trouble try blinking an LED with the ICD just to make sure you have
    everything setup properly.
    Where did this quote come from since I don't see it in this thread. I would like to go to it and review the referenced image.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Where did this quote come from...not in this thread??
    Post #5, this thread.
    DT

Similar Threads

  1. Pbp - icd
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 16th March 2010, 05:26
  2. MCSP ICD does not work
    By ardhuru in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 19th May 2008, 22:15
  3. ICD Woes
    By spad13m in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 14th February 2008, 06:56
  4. How to set ICD-2 clone to work with PBP?
    By G-R-C in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th October 2006, 03:50
  5. PBP "USART.BAS" Doesn't Work
    By Corey in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 21st October 2003, 13:29

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