Shop OBEX P1 Docs P2 Docs Learn Events
Spin terminal question - feedback from program — Parallax Forums

Spin terminal question - feedback from program

mklrobomklrobo Posts: 420
edited 2014-12-12 11:55 in Propeller 1
Hello! :)
I would like to get feedback from my Spin program, like the terminal with SimpleIDE;
Do I have to include a library object to get feedback from my Spin program? If
so, where are the library objects with the propeller tool at? I would need this to
be able to call them with my program. Thanks for any advice. :)

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2014-12-12 09:55
    You need a serial object in order to send data to the terminal. Parallax Serial Terminal.spin is one such object. There should be examples of how to use serial objects in the Propeller Education Kit available through the help menu.

    Edit: My recently uploaded PING))) object includes output to the terminal. You can look at it as an example.
  • mklrobomklrobo Posts: 420
    edited 2014-12-12 11:55
    :) Thanks, Duane Degn!. I do not know what the Forum would do without you! :)
    :)
Sign In or Register to comment.