Shop OBEX P1 Docs P2 Docs Learn Events
View Port standalone — Parallax Forums

View Port standalone

ASAS Posts: 149
edited 2011-04-26 05:26 in Propeller 1
Hi!
It´s possible make standalone programs with ViewPort?

AS

Comments

  • HannoHanno Posts: 1,130
    edited 2011-04-25 19:21
    Hi,
    My other product- 12Blocks let's you make standalone programs. You can design an interface and then "save to exe". This results in a single file. Running that file will:
    - start the user interface you designed
    - load your firmware to the Propeller
    - connect to your firmware allowing you to control things like servos, motors, lights from your PC interface, or measure things like sensors, other devices using the Propeller and display to your UI.
    Give it a try!

    You can use other languages to integrate with ViewPort- people have done so with python, matlab, c# and vb.net... Here's the kit: http://hannoware.com/viewport/clients.php
    Hanno
  • ASAS Posts: 149
    edited 2011-04-26 05:26
    Thanks a lot! I will try.
    AS
Sign In or Register to comment.