[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Re: Serial Pot and Active Server Pages
- To: ukha_d@xxxxxxx
- Subject: Re: Serial Pot and Active Server Pages
- From: "Patrick Lidstone" <patrick@xxxxxxx>
- Date: Tue, 27 May 2003 16:56:19 -0000
- Mailing-list: list ukha_d@xxxxxxx; contact
ukha_d-owner@xxxxxxx
- Reply-to: ukha_d@xxxxxxx
--- In ukha_d@xxxxxxx, "ccavstar" <clivechapman@s...>
wrote:
> I know quite a few of you guys have developed web interfacces for
> various equipment and hoped you might be able to poin me in the
right
> direction.
>
> I have a video router I want to control from a client machine via a
> browser interface. I need the user to click on widgets etc... on
> thier screen and make serial data appear at the serial poert of the
> www (asp) server.
>
> Is this possible using asp ? if so can anyone point me in te right
> direction ? (a simple example would really help !)
>
>
> Please copy me with your replies @ home using the email address
below
> as I am working from home at them moment. My wife has hust had our
> 3rd child !
There are of course many ways to skin a cat. In this case, xAP is one
of those possibilities...
The xAP HTTP server (both Windows and Linux) will allow bi-
directional comms via http out-of-the-box, simply by either hitting a
pre-defined URL or embedding a pre-defined tag. It can do this
underneath another web server of your choice if required. You will
need to build (or modify a pre-existing) connector to flavour serial
comms for your camera.
You can find the xAP HTTP server here: http://patrick.lidstone.net
(follow xAP projects, HTTP cache link, this will wrap:
http://patrick.lidstone.net/ha/xAP/xAP%20Projects/Applications/cache)
For the connection to the camera end, I suggest you look at modifying
something like the LCD/VFD interface to drive serial comms (assuming
you need output only), or the GSM interface if you want it
bidirectional.
If you only need to send stuff towards the camera, then you don't
need xAP HTTP at all - you can simply call "xAP-send" from a cgi
script, and it will fire off the relevant message to be picked up by
one or more of your camera connectors.
The Yahoo groups xap-automation list will help you out if you need
further enlightenment. More resources can be found at
www.xapautomation.org
Patrick
Home |
Main Index |
Thread Index
|