-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (28 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Device-VantagePro version
=========================
A module to provide direct access to many of the features of the Davis
VantagePro Weather family of weather stations.
This module was developed and tested on a Linux operating system and relies
upon the Unix specific Device::SerialPort module. A port to Windows could be
accomplished using the Win32::SerialPort module which uses the same calls. See
code for more details.
See the Changes file for a log of changes within versions.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Device::SerialPort
Time::HiRes
use POSIX qw(:errno_h :fcntl_h strftime)
use Time::Local
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2010 by Steve Troxel
Copyright (C) 2014 by Ctrl O
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.