Home › News › Parallax release ViewPort Software Version 4.1

Parallax release ViewPort Software Version 4.1

Publication date: 11 March 2009

Parallax release ViewPort Software Version 4.1

Parallax is now selling ViewPort Software (Standard and Ultimate versions). ViewPort, developed by Hanno Sander at MyDanceBot.com, is the premier debugging environment for Parallax’s 8-cog multiprocessing Propeller microcontroller. The tool combines an integrated debugger with powerful graphics that show you what’s going on within the Propeller. Monitor variables over time with the built in oscilloscope or change their value while your Propeller is running. Solve hardware problems with the logic analyzer at sampling rates up to 80Msps. Add intelligence to your programs with the fuzzy logic module or integrate computer vision using the OpenCV library.

Both Standard and Ultimate versions come equipped with a debugger. The Standard version is lowspeed (up to 115 kbps) while the Ultimate version is high-speed (up to 2 Mbps) and includes OpenCV (state of the art computer vision processing), Development Kit, and Designer (customize the graphic instrumentation via drag and drop).

ViewPort can be integrated into any Spin program. It requires one cog and a single line of code at the start of your program. It's easy to get started with plenty of tutorials, videos and documentation.

ViewPort is also configurable and extensible so you can customize it to your needs.

The Propeller chip makes it easy to rapidly develop embedded applications. Its eight processors (cogs) can operate simultaneously, either independently or cooperatively, sharing common resources through a central hub. The developer has full control over how and when each cog is employed. There is no compiler-driven or operating system-driven splitting of tasks among multiple cogs. A shared system clock keeps each cog on the same time reference, allowing for true deterministic timing and synchronization. Three programming languages are available: C (via ICC for Propeller), the easy-to-learn high-level Spin (native), and Propeller Assembly (native), which can execute at up to 160 MPS (20 MIPS per cog).

ViewPort is available for purchase from Parallax, Inc. or MyDanceBot.com; Standard version $59 and Ultimate version $149, plus shipping.

More info

Subscribe now

Subscribe to our free
E-weekly Newsletter!

Enter your Email address:

Sponsored


Design your unique front panel with our free CAD software - it is quick and easy! Front Panel Express will machine your design with modern CNC technology. You will receive the panel exactly as you need it in a couple of days.

FAQ

Before submitting questions, review our FAQ section!

New book

Python Programming and GUIs

This book is aimed at people who want to interface PCs with hardware projects using graphic user interfaces. The programming language used is Python, an object-oriented scripting language.