... Yeah, I was worried about the 20000 ioctl calls, 5000 each spin for four passes; removed that block and all is well. 'heyu on a3' now takes 350 ms. Works...
... Here is an observation of the timing on our CM10A: Test setup: 1. CM10A and an RF controller on the same power outlet. 2. Scope triggered on rising...
... <snip> ... NOTE: We are using Annex terminal server serial ports; they do not have the RI line and don't communicate any RI information to the host. It...
On Tue, 01 Aug 2006 18:41:42 +0000 ... Wonderful! That's data which will come in very useful. Thanks. Just so I'm clear on this: For 3., Does an assertion of...
On Tue, 01 Aug 2006 19:23:36 +0000 ... My thought would be to sample the RI line immediately before starting a command sequence, and if it is asserted to delay...
... Only the first 0x5a which is emitted immediately (unknown setup time but less than 1 msec) upon the trailing edge of RI. ... Yes, during testing I use a...
... The Annex ports are accessed though a pty interface on the host; modem control lines read out as '0' and setting them is silently ignored. TIOCMGET is...
Charles I've finally gotten around to installing the 2.0 Beta 6.1 code. I was receiving the "Poll received unknown value ...", I'll let you know if that crops...
On Thu, 03 Aug 2006 01:44:28 +0000 ... There are a few bugs in Beta.6.1 that probably won't affect you much (see the release notes on the website), but it'd be...
... Using Beta 6.2., I keep getting occasional "Unable to send command bytes" messages. With verbose printouts, it seems it is always "Checksum 05 NOT ...
Charles, Most definitely 05 - last night I got one 03 and one 01, but all others are 05's. In case it makes any difference, I have 2 separate CM10A:s "in...
Julf, Are you seeing the same 05 (or whatever) on both units, or only one of them? I've not used the CM10A enough to know what's liable to lock it up. The few...
Charles, ... I think it's both, but I'll try to verify... ... I seem to get lockups pretty regularly when traffic gets heavy. ... What seems to lock up my...
I am trying to monitor how often my sump pump runs. I have a hall effect switch wired around the power cord which is connected to an X-10 PowerFlash unit. It...
Doug, Roughly how long and how many on/off cycles before the system starts "acting up" (your best estimate)? Is there any consistancy to these numbers? Once...
Charles, ... I would like to change the verbose printouts to actually show which unit originated it, but after a quick perusal of the code, I didn't manage to...
Once it starts logging the unknown values it always does until a stop. Restarting heyu seems to correct it for about 10 transmissions. I need to do some more...
On Tue, 08 Aug 2006 11:03:28 +0200 ... Julf, In the declarations section near the top of the cmd.c source file, add the declaration: extern struct opt_st...
Doug, I tried reproducing your problem by connecting a Powerflash unit to one of the modem control lines of a serial port, and turning the line On and Off to...
Charles, ... Great! Thanks! Will try that! ... What I do is that in my scripts, I send the commands on one interface, sleep 3 seconds, and then send the same...
On Fri, 11 Aug 2006 11:31:47 +0000 ... The function write() is already declared in a header file and should not have been re-declared in that function. Just...
... Got a bit better results with cu.usbserial! I managed to send on m3 once, never got it to off though :) $ heyu off m3 Unable to send address bytes Heyu...
On Sat, 12 Aug 2006 04:57:19 +0000 ... I assume you're using the latest version: heyu-2.0beta.6.2 What do you get if you run: $ heyu -v off m3 Regards, ...
... Yes, 2.0 beta 6.2 $ heyu -v off m3 Version:2.0beta.6.2 Searching for '/Users/esav/.heyu/x10config' Searching for '/etc/heyu/x10.conf' Found configuration...
On Sat, 12 Aug 2006 09:01:51 +0000 ... If this is not the first heyu command you issued since a 'heyu stop', it would appear that the heyu_relay background...
... Got a tad different scenario, first command issued was heyu on m3, it did turn on the light, second command $ heyu -v off m3 Version:2.0beta.6.2 Searching...
... MANPATH=/ ... Each command given starts another heyu_relay process, they just pile up and stop doesn't do anything to them. After killing them one command...