DEBUG DEC DatVar vs DEBUG #DatVar


Results 1 to 2 of 2

Threaded View

  1. #1

    Default DEBUG DEC DatVar vs DEBUG #DatVar

    Hi Everyone

    I've just discovered that when you send decimal variable over the serial line you can use two different qualifiers DEC or #.
    DEBUG DEC DatVar and DEBUG #DatVar will produce the same result in the Serial Communicator(F4 if you use Microcode Studio). I've noted though that DEC uses 27 words of the code space more than #. The timing doesn't change. http://www.picbasic.co.uk/forum/imag...tor/attach.png
    SEROUT also uses more code space than DEBUG while producing the same result according to the PICBasicpro manual.
    Regards
    Attached Images Attached Images  

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