Search the web
Sign In
New User? Sign Up
heyu_users · heyu users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1299 - 1328 of 3754   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1299
... 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...
cybertheque_museum
cybertheque_...
Offline Send Email
Aug 1, 2006
2:17 pm
1300
... 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...
cybertheque_museum
cybertheque_...
Offline Send Email
Aug 1, 2006
6:44 pm
1301
... <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...
cybertheque_museum
cybertheque_...
Offline Send Email
Aug 1, 2006
7:24 pm
1302
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...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 1, 2006
8:04 pm
1303
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...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 1, 2006
10:58 pm
1304
... 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...
cybertheque_museum
cybertheque_...
Offline Send Email
Aug 1, 2006
11:22 pm
1305
... 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...
cybertheque_museum
cybertheque_...
Offline Send Email
Aug 2, 2006
12:45 am
1306
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...
mostsigbit
Offline Send Email
Aug 3, 2006
1:44 am
1307
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...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 3, 2006
11:34 am
1308
... 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 ...
Johan Helsingius
johanhelsingius
Offline Send Email
Aug 6, 2006
8:34 am
1309
On Sun, 06 Aug 2006 10:28:16 +0200 ... Julf, Very strange - are you sure it's 05 and not 5a ? Regards, Charles Sullivan...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 7, 2006
7:24 am
1310
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...
Johan Helsingius
johanhelsingius
Offline Send Email
Aug 7, 2006
9:24 am
1311
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 Sullivan
itsahoot401
Offline Send Email
Aug 7, 2006
3:53 pm
1312
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...
Johan Helsingius
johanhelsingius
Offline Send Email
Aug 7, 2006
6:29 pm
1313
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...
dbuttry
Offline Send Email
Aug 8, 2006
3:22 am
1314
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 Sullivan
itsahoot401
Offline Send Email
Aug 8, 2006
5:14 am
1315
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...
Johan Helsingius
johanhelsingius
Offline Send Email
Aug 8, 2006
9:07 am
1316
Charles, ... Last night I did manage to get some 5a's too, but still mostly 05's. Julf...
Johan Helsingius
johanhelsingius
Offline Send Email
Aug 8, 2006
9:07 am
1317
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...
dbuttry
Offline Send Email
Aug 8, 2006
12:02 pm
1318
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...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 10, 2006
4:30 am
1319
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 Sullivan
itsahoot401
Offline Send Email
Aug 10, 2006
5:03 am
1320
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...
Johan Helsingius
johanhelsingius
Offline Send Email
Aug 10, 2006
11:59 am
1321
Hello, I'm trying to get heyu to work on intel imac (Darwin xx.local 8.7.1 Darwin Kernel Version 8.7.1: Wed Jun 7 16:19:56 PDT 2006; ...
quietusfi
Offline Send Email
Aug 11, 2006
11:35 am
1322
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...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 11, 2006
7:48 pm
1323
... 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...
quietusfi
Offline Send Email
Aug 12, 2006
4:57 am
1324
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, ...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 12, 2006
5:41 am
1325
... 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...
quietusfi
Offline Send Email
Aug 12, 2006
9:03 am
1326
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...
Charles Sullivan
itsahoot401
Offline Send Email
Aug 12, 2006
2:11 pm
1327
... 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...
quietusfi
Offline Send Email
Aug 12, 2006
2:37 pm
1328
... 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...
quietusfi
Offline Send Email
Aug 12, 2006
2:43 pm
Messages 1299 - 1328 of 3754   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help