Serout format


Closed Thread
Results 1 to 4 of 4

Thread: Serout format

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    From the manual for more clarification..
    SEROUT supports three different data types which may be mixed and
    matched freely within a single SEROUT statement.
    1) A string constant is output as a literal string of characters.
    2) A numeric value (either a variable or a constant) will send the
    corresponding ASCII character. Most notably, 13 is carriage
    return and 10 is line feed.
    3) A numeric value preceded by a pound sign ( # ) will send the
    ASCII representation of its decimal value. For example, if W0 =
    123, then #W0 (or #123) will send “1", “2", ”3".
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Apr 2007
    Posts
    26


    Did you find this post helpful? Yes | No

    Default MScommctl

    Hi,

    VB Commctl has this binary input which I have never used.
    Will do experiment and post here.

    Rentron's(Bruce) examples are great--I could not find other website with that quality of examples.

    Thanks for the info.

    Aftab.
    Last edited by aftab; - 22nd August 2007 at 07:14.

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. Serout to serial servo
    By azmax100 in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 12th August 2009, 16:46
  3. Advice-scrutiny for my serial controller
    By kevlar129bp in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 13th December 2008, 17:11
  4. Keypad unlock (as in garage door possibly)
    By Fred in forum Code Examples
    Replies: 5
    Last Post: - 2nd April 2006, 04:26
  5. Replies: 11
    Last Post: - 13th July 2005, 19:26

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