libfn/README

26 lines
959 B
Text
Raw Normal View History

2011-06-12 14:18:14 +02:00
This Pakage is a suite of tools and a lib to control & configure your fnordlichts:
2010-10-31 22:37:52 +01:00
2011-06-12 14:18:14 +02:00
libfn is a simple c lib for controlling your fnordlichts
fnctl is a sample programm which uses libfn
fnvum is a vu meter to use your fnordlichts as a calvilux
fnpom is a program to visualize measurements from a volkszaehler.org middleware
2010-10-31 22:37:52 +01:00
2011-06-12 14:18:14 +02:00
Please contact me by mail (info@steffenvogel.de) for bug reports, feature requests or further remarks.
HARDWARE
All tools have been tested with a chain of ten fnordlicht minis:
http://wiki.lochraster.org/wiki/Fnordlichtmini
The libary has been implemented according to this protocol spec:
https://raw.github.com/fd0/fnordlicht/master/doc/PROTOCOL
2010-10-31 22:33:46 +01:00
To connect the fnordlichts to your computer you need a serial port or an USB to RS232 adapter and a RS232 to TTL level shifter (MAX232).
Connect your CTS line to the interrupt line of the fnordlicht bus to be able to count the devices on the bus.
2011-01-26 17:58:25 +01:00
2011-06-12 14:18:14 +02:00
INSTALLATION
Please read INSTALL
2011-01-26 17:58:25 +01:00