Debug vs SerOut Commands


Closed Thread
Results 1 to 2 of 2
  1. #1
    EShatara's Avatar
    EShatara Guest

    Question Debug vs SerOut Commands

    A couple of questions regarding these two commands.

    1) is there any inherent advantage of one over the other?

    2)Relative to code execution, when a SerOut command is executed, say

    SerOut 3,N2400,["This is a test"]

    does execution pause for the 58ms that it takes to send out the text?

    Any insight would be helpful.

    Thanks.....chris

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    DEBUG and SEROUT will work the same.

    DEBUG take less of your code space but you are a really little bit limited for the functions. Have a look in PBP manual to see differences.

    Serial is serial, in most case, DEBUG may be use instead of SEROUT.


    regards
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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. Sending AT Commands using SEROUT
    By stuart_penman in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th May 2008, 20:38
  5. Keypad unlock (as in garage door possibly)
    By Fred in forum Code Examples
    Replies: 5
    Last Post: - 2nd April 2006, 04:26

Members who have read this thread : 1

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