Thinking about the support for the W800RF32, I realize there are multiple ways to "integrate" it into Heyu. I am assuming very few users will be running a...
Charles, ... definitely agree. ... Probably makes sense. There is still the issue of buffering on a command level, or forwarding each byte as it is received to...
On Fri, 03 Nov 2006 13:41:27 +0100 ... Julf, My thoughts on the subject: The background process daemon which reads the output from the W800RF32 ought to be...
Henry, That's a weird one. Do you get the same error message if you run (as root) from the command line: # chgrp root /usr/local/bin/heyu How about if you...
I had the same problem. There is no 'root' group in OSX. I set it to 'admin' and got everything working. In Makefile line 7 change to: GROUP = admin Then run...
Michael, Thanks for your input. I can see now I should have left well enough alone. Heyu was installed as group 'sys' from version 1 until version 2.0beta.4...
I need to use an external serial adapter with the Mac Mini, which has no intrinsic RS-232 ports. I'm using the 2303 USB to Serial adapter from serialio.com on...
What is the preferred viewer for the .5 files (x10sched.5) included with heyu? I've tried googling, but I think the terms are just too generic. When I open...
I'm lazy! I want to use an ms14 IR sensor, but don't want to do anything more than program the HU (F2 in this case). Actually, I think I currently have the...
On Wed, 15 Nov 2006 02:57:43 +0000 ... As Dan said, the *.5 files (and heyu.1) are the man pages. They would have been installed when you ran 'make install'....
On Wed, 15 Nov 2006 03:49:36 +0000 ... Mike, One of the deficiencies in Heyu is that there's not a documented way of creating macros with embedded delays,...
... It's likely a manual page in nroff/troff format. To view it, try "nroff -man x10sched.5 | more" or if it's installed you may just be able to type "man...
Hello i'm trying to compile heyu-2.0beta.6.2 on openbsd 4.0/i386 but get the following: $ make gcc -g -O -DHASCM17A -DHASEXT0 -Wall -c setclock.c setclock.c:...
Hey, Mike. I think my fellow responders didn't quite get the question, so they overthought their replies just a bit. ;-) I was running linux for quite a few...
On Wed, 15 Nov 2006 14:04:37 +0000 ... That's correct Steve - thanks for pointing it out. However it only makes a difference if there are man pages with the...
The FreeBSD errno.h file contains a declaration for __error(void), and defines errno to point to it, which is why FreeBSD compiles on a FreeBSD machine. The...
On Wed, 15 Nov 2006 08:47:00 +0100 ... Julien, The function write() should not have been declared in the file since it was already declared in the header file....
This implies to me that OpenBSD sets errno in a different way than FreeBSD, and perhaps even in a different way than other *nixes. I'm assuming that it must...
... ok found it. /usr/include/errno.h like solaris ... +++ xread.c Wed Nov 15 22:06:05 2006 @@ -24,7 +24,7 @@ #include <stdio.h> #include <signal.h> ...
On Wed, 15 Nov 2006 15:25:40 +0100 ... Julien, It looks like OpenBSD needs the header errno.h, and it _probably_ needs the DFLAGS used in FreeBSD. So try...
Hi Charles; OpenBSD system uname themselves as OpenBSD. Sorry I can't help more with this thread at the moment. I've had OpenBSD 3.6, heyu, and a CM11A...
I have run into a strange issue that I'm hoping somebody here can shed some light on. I am running heyu 2.0beta6.2 on a Fedora Core 6 box connected to a CM11a....
Charles, Thanks very much for the assistance! Well, here's what I see: Once a ping pong has started (which requires simply a heyu on or heyu off command) *...