Search found 30 matches

by MediaStorm
Sat Feb 14, 2004 3:19 am
Forum: Feature Requests
Topic: Client/Server
Replies: 4
Views: 973

Re: Future Direction Client Server

Muck as I hate to say it, from my perspective of what M$ is going to support in the future, Writing for an NT service is going to be a wasted effort. M$ has been making that very clear whether we like it or not. The only fully supported environment for the future is .NET They have pretty much force...
by MediaStorm
Tue Jan 06, 2004 3:07 am
Forum: General
Topic: Controlling external realy's
Replies: 3
Views: 758

Re: Controlling external realy's

HI I wish to setup a watering system. allot of the device you mention X10 are not available in new zealand So wish to build my own interface ideally I would like to use the parallel port but i see that is no an option ??? So i believe my only choice is the serial port Use a BasicStamp or ATOM http:...
by MediaStorm
Fri Jan 02, 2004 6:12 am
Forum: Bug Reports
Topic: Fire Cracker SW interface not working properly
Replies: 24
Views: 5753

ScottBot: Happy New Year. Thanks for the reply. I tried the new driver, but it did not work. So I fired up a little program called portmon. The old driver and the new driver work while portmon is running but not when it's not. I tried this experiment on two different machines with the same results....
by MediaStorm
Wed Dec 31, 2003 8:00 am
Forum: Feature Requests
Topic: HBControlMod.DLL Weirdness
Replies: 3
Views: 1087

The reason that your VB codes is not working is because I initialize the socket resources (with WSAStartup()) in a method (OnStartPage()) that is called by IIS when the web page is loaded. I also clean up the socket resources in a method that is called by the web server when the page is unloaded. S...
by MediaStorm
Wed Dec 31, 2003 7:52 am
Forum: Feature Requests
Topic: HBControlMod.DLL Weirdness
Replies: 3
Views: 1087

Scott,



Was this changed in the last version or two? The code worked previously and then I realized I updated the external control and then it broke.



I'll test the new version and let you know how it works out but was curious if the change was recent as I know it worked before.
by MediaStorm
Tue Dec 30, 2003 7:32 am
Forum: Feature Requests
Topic: HBControlMod.DLL Weirdness
Replies: 3
Views: 1087

HBControlMod.DLL Weirdness

OK I'm losing my mind... I'm trying to get this very simple VB code to work which worked before but now it fails. Strangely though, the ASP templates work fine so the control is obviously registered. I double checked the reference in VB as well.. HBControl.exe works fine too. :? Any ideas?? Option E...
by MediaStorm
Mon Dec 29, 2003 11:57 pm
Forum: Feature Requests
Topic: ActiveX Software Remote
Replies: 13
Views: 2290

Can I leave the existing function called Connect and just add a doConnect? I don't really want to invalidate anything that others have been working on. Scott Should work.. Delphi does an override method for connect and disconnect since they exist and are used by the COM layer to control connecting ...
by MediaStorm
Mon Dec 29, 2003 1:25 am
Forum: Feature Requests
Topic: ActiveX Software Remote
Replies: 13
Views: 2290

Version 1.62 and the new External Control Plugin is now on the web site. Let me know how it goes. Scott Scott, I've been having an issue getting the External Control DLL to connect to the server when using the DLL in Delphi. I finally dug into it and Delphi uses Connect and Disconnect methods to co...
by MediaStorm
Sat Dec 13, 2003 5:53 pm
Forum: General
Topic: Delayed X10 command with a twist
Replies: 6
Views: 1030

More commands for handling motion would be useful... In the mean time, here are a couple of approaches that might work.. Use a delayed turn off time of say 1 minute... Every time motion is detected push this value out again which essentially keeps things working until movement is stopped and the tim...
by MediaStorm
Thu Dec 11, 2003 5:42 pm
Forum: General
Topic: Sending Ctrl Characters/non-text characters via serial..
Replies: 3
Views: 657

At the risk of showing my ignorance, is it possible that VB is typecasting the hex characters into ASCII because you're combining them with a string to assign to a variable? I did some testing.... The following code returns the results that you experienced (ie, 0VOL2B1 is displayed in the message b...
by MediaStorm
Thu Dec 11, 2003 12:11 am
Forum: Plugin Development
Topic: Create Hardware Interface Plugin in VB?
Replies: 24
Views: 5112

Re: DDEDevices.dll, initial version

MediaStorm wrote:
pzand wrote:Per your request, I have made a plugin for HouseBot that allows you to define DDE devices.

http://users.planetcable.net/pzand/ddedevices.zip

SNIP..
This link is dead.. Anyone have an alternate link or a copy of the zip?


Nevermind... I found a copy I downloaded a while back.



Thx.
by MediaStorm
Thu Dec 11, 2003 12:09 am
Forum: Plugin Development
Topic: Create Hardware Interface Plugin in VB?
Replies: 24
Views: 5112

Re: DDEDevices.dll, initial version

pzand wrote:Per your request, I have made a plugin for HouseBot that allows you to define DDE devices.

http://users.planetcable.net/pzand/ddedevices.zip

SNIP..


This link is dead.. Anyone have an alternate link or a copy of the zip?
by MediaStorm
Wed Dec 10, 2003 11:52 pm
Forum: General
Topic: Sending Ctrl Characters/non-text characters via serial..
Replies: 3
Views: 657

Sending Ctrl Characters/non-text characters via serial..

How in the heck do I send something like this via a serial command: Chr(0) + "VOL2B" + Chr(1) (2B is actually a hex value that it is replaced via %x%) I'm going nuts trying to figure out how to get the damn ctrl characters sent without them getting converted to ASCII. The returned variable...
by MediaStorm
Wed Dec 10, 2003 11:01 pm
Forum: Feature Requests
Topic: Serial control mapping
Replies: 22
Views: 3362

Another SERIAL request

How about the inclusion of a command 'suffix' and 'prefix'? Many devices want a certain control character before the command and another after the command.. Kenwood receivers, for example, use a format like this: Ctrl-A<COMMAND>Ctrl-B Command looks something like VOL2B which is a combination of Asci...
by MediaStorm
Wed Dec 03, 2003 11:57 pm
Forum: Feature Requests
Topic: ActiveX Software Remote
Replies: 13
Views: 2290

ScottBot wrote:Not yet.

It requires changes in the HouseBot server, so it's waiting on that release. Hopefully at the end of this week, or early next week.

Scott


Excellent.. Once the new version is out I might be up to tackling a generic template for ASP but need the extra features to make it a reality.