README.lirc
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:1k
源码类别:

驱动编程

开发平台:

Unix_Linux

  1. What is Lirc?
  2. Lirc (Linux Infrared Remote Control) adds support for infrared remote controls
  3. to linux applications. To download lirc and for more info visit http://www.lirc.org.
  4. Gnomeradio & Lirc:
  5. Gnomeradio supports lirc by default. If you are compiling from source, it should detect
  6. it automagically. If not, use the --enable-lirc=yes/no switch of configure.
  7. The standard .rpm of gnomeradio is linked against liblirc_client.so. If you do not 
  8. have lirc installed, get the gnomeradio-nolirc package.
  9. However, before you can use lirc in gnomeradio, you have to edit your .lircrc[1]. 
  10. Gnomeradio understands the following commands: 
  11. - tune up (= scan forward)
  12. - tune down (= scan backwards)
  13. - preset up (= next preset)
  14. - preset down (= previous preset)
  15. - volume up
  16. - volume down
  17. - mute
  18. - quit
  19. - preset 0..9 ( selects preset 0..9)
  20. Example:
  21. begin
  22.         prog = gnomeradio
  23.         button = VOL+
  24.         config = volume up
  25.         repeat = 1      
  26. end
  27. This would map the button VOL+ (Attention: Buttonnames are RC-specific, read your lirc docs
  28. for more info) on the command "volume up". "repeat = 1" means, that if you keep the button of
  29. your RC pressed, the command is repeated as long as you press the button. It's of by default.
  30. Look at example.lircrc for a whole .lircrc example.
  31. [1]: Since version 1.5, lirc should work out of the box with a minimum configuration. This
  32.      configuration will be overridden, if a lirc config file exists.