Capture and compare serial data


Results 1 to 17 of 17

Threaded View

  1. #14
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Hi Denis, I think you could take some advantage from this thread :http://www.picbasic.co.uk/forum/showthread.php?t=12870
    In post # 4 DT is giving an interesting snippet for having 2d array in PBP.

    I don't know if you have already used bi-dimensional arrays, if not let me say that they could easy your compare problem.


    You cannot corrupt the variable within a FOR/NEXT cycle:

    For Counter =0 to 19
    .
    .
    .
    counter=counter+1
    Next Counter

    You should expect some problem from this code!

    Al.
    Last edited by aratti; - 6th April 2010 at 02:14.
    All progress began with an idea

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