debug vs serout vs serout2


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2006
    Posts
    40

    Question debug vs serout vs serout2

    could somebody advice me when should we use debug, serout and serout2 or debugin, serin and serin2 ?

    thx

  2. #2
    Join Date
    Mar 2004
    Posts
    74


    Did you find this post helpful? Yes | No

    Default

    I use debug to send info from the pic to hyperterminal on my pc. Very handy when fault finding cose because you can send the contents of the variables to a screen to see the values. I gues thats why it is called debug?

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Darrenmac View Post
    I use debug to send info from the pic to hyperterminal on my pc. Very handy when fault finding cose because you can send the contents of the variables to a screen to see the values. I gues thats why it is called debug?
    You can do the same thing with the rest of the serial output commands.
    The main difference using DEBUG is that it's the fastest, quickest responding, leanest command of the bunch...
    But, it's also the least 'configurable'. All of the pins, modes, etc. have to be designated at design-time, there aren't any options for a change during run-time.
    And as the manual states, SERIN/SEROUT is Basic Stamp compatible, SERIN2/SEROUT2 is more advanced.

  4. #4
    Join Date
    Jun 2006
    Posts
    40


    Did you find this post helpful? Yes | No

    Cool

    Thanks for the tips.....

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. About USB
    By dias11 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 3rd December 2009, 20:41
  3. Serout to serial servo
    By azmax100 in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 12th August 2009, 16:46
  4. SLOW Serin2 and Serout2
    By dragons_fire in forum General
    Replies: 3
    Last Post: - 26th June 2009, 02:38
  5. debug not working with MPASM assempler
    By santamaria in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 4th March 2009, 07:51

Members who have read this thread : 2

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