Shop OBEX P1 Docs P2 Docs Learn Events
sending text to visual basic program — Parallax Forums

sending text to visual basic program

hemicrohemicro Posts: 1
edited 2013-05-09 16:23 in BASIC Stamp
I am sending text to a visual basic program which works fine, except that I need to send returns and line feeds and can't seem to make it happen. I am using VB2008.
harley

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-05-09 16:23
    You need to post your Stamp and VB programs (as attachments please ... see below). It all depends on how you've written your VB program. The Stamp can send carriage returns by including CR in your SEROUT list followed by LF. These are predefined names for constants for carriage return and linefeed. The VB program might "absorb" the CR,LF if you're reading the input from the Stamp one line at a time.

    attachment.php?attachmentid=78421&d=1297987572
Sign In or Register to comment.