Shop OBEX P1 Docs P2 Docs Learn Events
In Circuit Debugger — Parallax Forums

In Circuit Debugger

CruxCrux Posts: 74
edited 2006-09-30 08:14 in BASIC Stamp
Does Parallax have ICD and ISP·capabilities built in their development Boards like the BOE?

·

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2006-09-29 12:06
    Crux -

    If your asking about an integrated debugger, there really is no need for one, since PBASIC is an interpreted language. It's usually sufficient to intersperse DEBUG commands, as required, which will transmit serial user information to the virtual terminal which is part of the IDE.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    <!--StartFragment -->
  • ForrestForrest Posts: 1,341
    edited 2006-09-29 12:36
    ISP (In-Circuit Serial Programming) really doesn't apply either, since the Parallax Basic Interpreter (Microchip or Parallax SX processor) is only programmed once - at Parallax. When you save programs to your Basic Stamp, the program is tokenized by the Basic IDE and stored in the Stamp's EEPROM memory.
  • allanlane5allanlane5 Posts: 3,815
    edited 2006-09-29 13:48
    Well, the BS2 in effect IS an "ISP" (In-circuit Serial Programming) device. But no, there's no ICD (In-Circuit Debugging) for the unit. Too bad, too, it would be nice for learning.

    Instead, as has been mentioned, people fall back on inserting 'debug' output statements which then print lines on the 'debug' terminal while your program is running. This works fine. You can also use the 'blink an LED' technique to demonstrate your code is cycling.
  • CruxCrux Posts: 74
    edited 2006-09-30 08:10
    Thanks for the info. One more thing, is the Basic Stamp 2 powerful enough to have applications like MP3 player?
  • Martin HebelMartin Hebel Posts: 1,239
    edited 2006-09-30 08:14
    No, The BASIC Stamp is a great controller that is simple to program, but is not a power house or very high speed. I suggest if you want that level of sophistcation to look at the Propeller chip.

    -Martin

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Martin Hebel
    Personal Links with plenty of BASIC Stamp info
    StampPlot - Graphical Data Acquisition and Control
    AppBee - XBee ZigBee / IEEE 802.15.4 Adapters & Devices
Sign In or Register to comment.