HSEROUT using STR modifier - length parameter as variable not working


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    May 2013
    Location
    australia
    Posts
    2,653


    Did you find this post helpful? Yes | No

    Default Re: HSEROUT using STR modifier - length parameter as variable not working

    or even

    Name:  roger.jpg
Views: 11243
Size:  221.8 KB


    Code:
    BalCount = 40HSEROUT [STR BalBuffer\BalCount,13,10]
    debug   STR BalBuffer\BalCount,13,10
    debug "full load",13,10
    debug   STR BalBuffer,13,10
    HSEROUT [STR BalBuffer,13,10]
    
    
    
    
    for   BalCount= 0 to 40
    HSEROUT [STR BalBuffer\BalCount,13,10]
    next
    end
    Warning I'm not a teacher

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    Did you find this post helpful? Yes | No

    Default Re: HSEROUT using STR modifier - length parameter as variable not working

    Unfortunately Charles Leo is not monitoring this forum. I 'll make a post on support.melabs.com to clarify this, since the manual is not very clear on the matter.

    I 'd rather be 100% sure that this is trusted all the time on all MCU's.

    Ioannis

Similar Threads

  1. Determining variable length (number of digits) possible?
    By CuriousOne in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 21st December 2020, 20:05
  2. Measuring a variable freq/length pulse and generating more pulses.
    By retepsnikrep in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 18th September 2014, 09:10
  3. hserout not working with parity
    By Pic2008 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 24th March 2010, 13:25
  4. HSERIN for variable length string
    By Pic2008 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 19th February 2010, 05:58
  5. Serin2 and STR Modifier
    By _Ian in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 22nd June 2005, 16:25

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