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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1425 - 1454 of 3751   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1425
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...
Johan Helsingius
johanhelsingius
Offline Send Email
Nov 3, 2006
12:45 pm
1426
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...
Johan Helsingius
johanhelsingius
Offline Send Email
Nov 4, 2006
4:40 pm
1427
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...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 4, 2006
6:07 pm
1428
Thanks Charles, This one is a bit easier. Which file is causing this error message? ** Now become root and run 'make install' ** ...
Henry Butz
hbutz
Offline Send Email
Nov 8, 2006
11:09 pm
1429
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...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 9, 2006
4:52 am
1430
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...
Brian Holmes
blholmes
Offline Send Email
Nov 9, 2006
5:38 pm
1431
Ahah! Thanks Brian. When I tried the command under Linux with a non-existant group I got a more informative message. If you run 'ls -l /usr/bin...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 9, 2006
11:50 pm
1432
No... It's "wheel" But to answer your second question, "admin" is a standard group under OSX, that (so far) appears in all OSX versions....
Michael Stowe
ipsemdolorum
Online Now Send Email
Nov 11, 2006
5:35 am
1433
Well, before I leave the subject, "wheel" is the group used by all systems of BSD pedigree, so it is probably the better choice, although the heyu ...
Michael Stowe
ipsemdolorum
Online Now Send Email
Nov 11, 2006
5:45 am
1434
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...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 11, 2006
4:42 pm
1435
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...
Henry Butz
hbutz
Offline Send Email
Nov 12, 2006
5:03 pm
1436
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...
mostsigbit
Offline Send Email
Nov 15, 2006
3:01 am
1437
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...
mostsigbit
Offline Send Email
Nov 15, 2006
4:01 am
1438
The viewer for the .5 files is the man program. Dan...
dbs@...
dbstoo
Offline Send Email
Nov 15, 2006
5:06 am
1439
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'....
Charles Sullivan
itsahoot401
Offline Send Email
Nov 15, 2006
5:39 am
1440
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,...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 15, 2006
6:47 am
1441
... 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...
Jason White
jdwhite89
Offline Send Email
Nov 15, 2006
7:00 am
1442
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:...
Julien TOUCHE
julientouche
Offline Send Email
Nov 15, 2006
8:08 am
1443
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...
sjp7k
Offline Send Email
Nov 15, 2006
2:05 pm
1444
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...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 15, 2006
2:40 pm
1445
... thanks. after patching, got a new problem. $ gmake gcc -g -O -DHASCM17A -DHASEXT0 -Wall -c -o setclock.o setclock.c gcc -g -O -DHASCM17A -DHASEXT0 -Wall...
Julien TOUCHE
julientouche
Offline Send Email
Nov 15, 2006
2:57 pm
1446
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...
Michael Stowe
ipsemdolorum
Online Now Send Email
Nov 15, 2006
5:06 pm
1447
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....
Charles Sullivan
itsahoot401
Offline Send Email
Nov 15, 2006
5:37 pm
1448
note better with the following patch ... +++ xread.c Wed Nov 15 19:08:45 2006 @@ -36,6 +36,10 @@ #if (defined(LINUX) || defined(SOLARIS) ||...
Julien TOUCHE
julientouche
Offline Send Email
Nov 15, 2006
6:30 pm
1449
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...
Michael Stowe
ipsemdolorum
Online Now Send Email
Nov 15, 2006
8:23 pm
1450
... 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> ...
Julien TOUCHE
julientouche
Offline Send Email
Nov 15, 2006
9:51 pm
1451
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...
Charles Sullivan
itsahoot401
Offline Send Email
Nov 16, 2006
12:50 am
1452
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...
Doug Latornell
dlatornell
Offline Send Email
Nov 16, 2006
9:44 pm
1453
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....
baslavin
Offline Send Email
Nov 17, 2006
7:30 pm
1454
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) *...
Bryan Slavin
baslavin
Offline Send Email
Nov 17, 2006
9:48 pm
Messages 1425 - 1454 of 3751   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