Harold, your best bet might be to look at a very minimalistic web server (i believe busybox has one, for example), and then modify it for your purposes. You can let it run in the background, listening to requests on, say, localhost:81, and forwarding them appropriately to the serial device. - Marcel "Harold Hallikainen" wrote: > I'm wondering about a cheap and dirty way to get a Windoze GUI for PIC > projects. Is there any way to direct a URL request from a browser to a > COMM port? Say, instead of the http:// or file:// prefix, we did a com1:// > prefix (perhaps a URL of com1://mydevice/analog?chan=1). Instead of > sending the request out to the specified IP address over ethernet, it'd > send the GET or POST request out the specified EIA232 port. Our PIC would > just respond to the request. The mydevice in the above URL would be > meaningless, though perhaps the PIC device could ignore requests not > addressed to it (not respond), allowing other devices on a tri-state or > open collector EIA232 bus to respond. I've done "open collector" EIA232 > buses by having a pull-down to -12 and a diode between the driver and the > bus. Any device can drive the bus positive (space condition), and the bus > idles at -12V (mark condition). This would be a master/slave arrangement, > since no device gets on the bus unless asked for a response, so contention > would not be an issue. > > So, any "wedge" or something that can be put on a Windoze machine so a URL > prefix of com1: com2: etc. would work? > > Just kicking around the idea. > > THANKS! > > Harold > > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist