Shop OBEX P1 Docs P2 Docs Learn Events
HTML handler to control LED's — Parallax Forums

HTML handler to control LED's

TagametTagamet Posts: 22
edited 2011-10-05 13:39 in Propeller 1
I've looked extensively for the appropriate HTML code, applet, or event handler needed to control outputs on my Propeller. I'm developing a web page to do some simple functions and just need the interface language to get started. Any direction would be greatly appreciated.

Thanks again,

Tagamet

Comments

  • RaymanRayman Posts: 14,865
    edited 2011-10-05 11:07
    Are you trying to control the Prop from a PC via serial link? Or, some kind of ethernet link?
  • Mike GreenMike Green Posts: 23,101
    edited 2011-10-05 11:40
    The Spinneret is a Propeller board with an Ethernet interface. There's a web server program (here) that runs on the Spinneret that has several functions including the ability to turn I/O pins on and off via the Ethernet interface. The whole thing is open source, so you can modify it as needed. There are several other programs available for the Spinneret including a simple Basic interpreter that is controlled via a Telnet link as its console. Your web page could open a Telnet connection to the Basic interpreter and enter and run complex programs over the Telnet connection.
  • TagametTagamet Posts: 22
    edited 2011-10-05 12:55
    Through the Spinneret.

    Thanks for clarifying,

    Tagamet
  • TagametTagamet Posts: 22
    edited 2011-10-05 12:56
    Excellent! Thank you again. It looks like I'm on my way.

    Thanks Mr. Green,

    Tagamet
  • Mike GMike G Posts: 2,702
    edited 2011-10-05 13:39
Sign In or Register to comment.