Problem: SERIN2 and long arrays...


Results 1 to 17 of 17

Threaded View

  1. #16


    Did you find this post helpful? Yes | No

    Default Re: Problem: SERIN2 and long arrays...

    since you have 1 long array and you know where the smaller arrays are in the longer array,

    serin2 PC_RX,8588,1000,PC_Data_Mail,[wait("Mail:") ]
    ........RCVint on....... 'turn on rcv interrupt to take your 200 (more or less) chars into your array
    continue............................
    .
    .
    .
    RCVint:
    place rcv chr to array[x]
    char count +1
    char indx +1...[x]
    turn off when count = chars to rcv

    Don
    Last edited by amgen; - 13th November 2011 at 12:31.

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