The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Misterhouse & Meteor Caller ID



On Tuesday 09 December 2003 11:48, Steve Edwards wrote:
> Is anyone using the meteor caller ID box with misterhouse?

I'm not, but it just spits the info out of the serial port doesn't it?
There
are plenty of examples of how to listen on the serial port.

Have a look in the code/examples directory at serial_port_examples.pl and
reading info from the serial port is as simple as:

# Set serialMeteor_* in mh.private.ini
$meteor = new Serial_Item(undef, undef, 'serialMeteor');

if($data = said $meteor)
{
# Do stuff here.
}

More info on initialising serial ports can be found at:
http://miserhouse.sf.net/mh.html
and click on objects, scroll down a bit to
find Serial_Item

--
-S



Home | Main Index | Thread Index

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.