forked from tfreedman/plmtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
23 lines (16 loc) · 983 Bytes
/
INSTALL
File metadata and controls
23 lines (16 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Please note: running "make install" will overwrite the insteon and x10toinst
shell scripts as well. If you have customized earlier versions of them,
make sure that you have a backup. You have been warned.
To install, run the following:
make install
Be sure to create /etc/plmtools.conf with the line:
PLMTTY "/dev/ttyXXX"
where "/dev/ttyXXX" is the TTY device your PLM is attached to.
If you plan to use plmcat, plmsend, and plmtty directly rather than through
the included shell scripts, you may want to set TTYLINENAME in plm.h to the
PLM TTY device. However, PLMTTY in plmtools.conf will override this in the
included shell scripts only. If you want to hardcode TTYLINENAME into
plmcat, plmsend, and plmtty as well as use the included shell scripts, you
must set the device filename in both plm.h and plmtools.conf. This
requirement will change when I decide that I care enough to fix it.
See insteon.conf.example, x10toinst.conf.example and plmtools.conf.example.