Web-based control panel for Basic Stamp II
DSD Tech
Posts: 1
I'm very new to all this, in fact I just received my kit today.· This may seem a bit ambitious for a beginner, but I love a challenge.· One of the projects I want to attempt has one central controller with a few satellites.· The main controller then connects to a network.· I was wondering how I would go about embeding an asp.net web app to dynamically program the stamp modules.· A perfect example of what I'm looking to acheive eventually is the web-based interface found on routers.
Any ideas on where I should begin to look?
Any ideas on where I should begin to look?
Comments
Read the sections in the Basic Stamp manual on the READ, WRITE, STORE, and RUN statements.
I had 2 small Visual Basic apps a sender and a receiver that each had a serial connection to a Stamp. The paramaters from the sender I·passed to a function on the server. There was another function on the server that passed the paramaters to the second Stamp at the receiver end.
At the time I had never thought about what Mike has suggested. Using slots to run different programs opens a bunch of possibilities.
There may be better ways to do it but I found it surprisingly easy with my limited knowledge of networking.
Getting familiar with the BS2's SERIN and SEROUT commands will help you understand how the Stamp passes information from one device to another.
Jeff T.