Search found 30 matches
- Sat Feb 14, 2004 3:19 am
- Forum: Feature Requests
- Topic: Client/Server
- Replies: 4
- Views: 1752
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...
- Tue Jan 06, 2004 3:07 am
- Forum: General
- Topic: Controlling external realy's
- Replies: 3
- Views: 1486
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:...
- Fri Jan 02, 2004 6:12 am
- Forum: Bug Reports
- Topic: Fire Cracker SW interface not working properly
- Replies: 24
- Views: 11302
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....
- Wed Dec 31, 2003 8:00 am
- Forum: Feature Requests
- Topic: HBControlMod.DLL Weirdness
- Replies: 3
- Views: 1860
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...
- Wed Dec 31, 2003 7:52 am
- Forum: Feature Requests
- Topic: HBControlMod.DLL Weirdness
- Replies: 3
- Views: 1860
- Tue Dec 30, 2003 7:32 am
- Forum: Feature Requests
- Topic: HBControlMod.DLL Weirdness
- Replies: 3
- Views: 1860
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...
- Mon Dec 29, 2003 11:57 pm
- Forum: Feature Requests
- Topic: ActiveX Software Remote
- Replies: 13
- Views: 4532
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 ...
- Mon Dec 29, 2003 1:25 am
- Forum: Feature Requests
- Topic: ActiveX Software Remote
- Replies: 13
- Views: 4532
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...
- Sat Dec 13, 2003 5:53 pm
- Forum: General
- Topic: Delayed X10 command with a twist
- Replies: 6
- Views: 2494
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...
- Thu Dec 11, 2003 5:42 pm
- Forum: General
- Topic: Sending Ctrl Characters/non-text characters via serial..
- Replies: 3
- Views: 1456
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...
- Thu Dec 11, 2003 12:11 am
- Forum: Plugin Development
- Topic: Create Hardware Interface Plugin in VB?
- Replies: 24
- Views: 11367
Re: DDEDevices.dll, initial version
MediaStorm wrote:This link is dead.. Anyone have an alternate link or a copy of the zip?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..
Nevermind... I found a copy I downloaded a while back.
Thx.
- Thu Dec 11, 2003 12:09 am
- Forum: Plugin Development
- Topic: Create Hardware Interface Plugin in VB?
- Replies: 24
- Views: 11367
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?
- Wed Dec 10, 2003 11:52 pm
- Forum: General
- Topic: Sending Ctrl Characters/non-text characters via serial..
- Replies: 3
- Views: 1456
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...
- Wed Dec 10, 2003 11:01 pm
- Forum: Feature Requests
- Topic: Serial control mapping
- Replies: 22
- Views: 7649
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...
- Wed Dec 03, 2003 11:57 pm
- Forum: Feature Requests
- Topic: ActiveX Software Remote
- Replies: 13
- Views: 4532
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.