serout


Results 1 to 11 of 11

Thread: serout

Threaded View

  1. #2
    Join Date
    Mar 2005
    Location
    Iowa, USA
    Posts
    216


    Did you find this post helpful? Yes | No

    Default

    Try...
    Include “modedefs.bas”

    The Mode names (e.g. T2400) are defined in the file MODEDEFS.BAS.
    To use them, add the line:
    Include “modedefs.bas”
    to the top of the PicBasic Pro program. BS1DEFS.BAS and
    BS2DEFS.BAS already includes MODEDEFS.BAS. Do not include it again
    if one of these files is already included. The Mode numbers may be used
    without including this file.
    Last edited by rhino; - 18th March 2007 at 18:33.
    Wisdom is knowing what path to take next... Integrity is taking it.
    Ryan Miller

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