ICD, ICSP and Picbasic Pro


Results 1 to 18 of 18

Threaded View

  1. #13
    Join Date
    Jul 2003
    Posts
    2,405


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default

    I suspect it's this line Hserout [Name[CharCount]]

    How is this supposed to work? I.E. how are your variables/constants defined?

    EDIT: Found the solution. Enclose all your array elements in parenthesis VS
    square brackets.

    For CharCount = 0 to NameCount
    Hserout [Name(CharCount)]
    Next CharCount
    Hserout [10]
    Hserout ["IP: ",DEC IP(0),".", DEC IP(1),".", DEC IP(2),".", DEC IP(3),10] 'Display IP Address

    Works as expected.
    Last edited by Bruce; - 30th July 2006 at 17:39.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Replies: 1
    Last Post: - 10th December 2007, 23:57
  2. MPLAB ICD ver 1 & 16F628A
    By Tissy in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 26th February 2005, 00:44

Members who have read this thread : 2

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