1irsimsend(1) User Commands irsimsend(1)
2
3
4
6 irsimsend - Send simulated IR data.
7
9 irsimsend [-k keysym |-l listfile ] [other options] <file>
10
11 irsimsend [-v |-h]
12
13 irsimsend <configfile>
14
15
17 irsimsend is a simple test tool which given a lircd configuration file
18 will send all keys defined in that file, the keys listed in another
19 file or a symbol defined on the command line.
20
21 The program uses the file driver to log all sent data (pulses/spaces
22 durations) into a file 'simsend.out'. The symbols sent are printed on
23 stdout.
24
25
27 -c, --count <count>
28 Repeat each sent signal <count> times.
29
30
31 -U, --plugindir <path>
32 Load drivers from path, a ':' separated search path similar to
33 $PATH.
34
35
36 -l,--listfile <path>
37 Send symbols listed in file instead of just the symbols in the con‐
38 fig file. The file could either be listing a single key symbol per
39 line, or have a complete code string like 000000000000a123 01
40 KEY_POWER brand on each line.
41
42
43 -k, --keysym
44 Send a single key symbol defined in file.
45
46
47 -s, --start-space <useconds>
48 Send an initial space before sending data.
49
50
51
52 -v , --version
53 Print version and exit.
54
55
56 -h , --help
57 Print help message.
58
59
61 ~/.cache/irsimsend.log
62 Debug log. Setting the XDG_CACHE_HOME environment variable relo‐
63 cates this file to $XDG_CACHE_HOME/irsimsend.log. The amount of
64 logging respects the LIRC_LOGLEVEL environment variable, defaulting
65 to the debug value in the[lircd] section of lirc_options.conf.
66
67
68
70 The documentation for lirc is maintained as html pages. They are
71 located under html/ in the documentation directory.
72
73
74
75irsimsend 0.10.0 Last change: Oct 2015 irsimsend(1)