chemaalfaya / node-lirc

LIRC bridge for node
6 stars 3 forks source link

Forced RAW-Mode not working #1

Open Appyx opened 7 years ago

Appyx commented 7 years ago

I tried to modify the line: this.process = spawn(unbuffer, ['-p', irrecord, '-f', '-d', this.device, this.remote, '--disable-namespace'], {cwd: tmp_dir});.

But the forced raw mode is not working, because after:

Please keep on pressing buttons like described above.

nothing happens.

It is really important for me to get this working.