Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: richard; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    27,152

    Re: Confused by Arraywrite

    here is a rx ring buffer example I worked on with someone on one of the pbp forums some years back.
    its limited to 256 bytes max buffer size.



    INCLUDE "DT_INTS-18.bas"
    'INCLUDE...
  2. Replies
    12
    Views
    27,152

    Re: Confused by Arraywrite

    it sounds like a ring buffer may do what you need
  3. Replies
    12
    Views
    27,152

    Re: Confused by Arraywrite

    your correct dave , I have fallen into a trap set by mike, a sram array is not a valid source for any pbp lookup command . the concept seems flawed anyway surely the lookup table source should be...
  4. Replies
    12
    Views
    27,152

    Re: Confused by Arraywrite

    not that example , the lookup line might need to be lookup2 , the lookup line is not really relevant to the null termination array processing method


    OUTARRAY VAR BYTE(80) 'serial string...
  5. Replies
    12
    Views
    27,152

    Re: Confused by Arraywrite

    mikes quote here is very wrong



    from the manual



    the inflexible way
Results 1 to 5 of 5