home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 519b.lha / ur / readme.remote < prev    next >
Text File  |  1991-06-09  |  2KB  |  37 lines

  1.                       Universal Remote controller
  2.                          for any *fast* Amiga
  3.                         (e.g. 3000, 2500, etc.)
  4.                                   By
  5.                             Jamie Mueller
  6.  
  7.    If you have build the circuitry up properly, the program UniversalRemote
  8. should allow you to record and play back Infa-Red remote control signals to
  9. let you control VCR's, TV's, Stereo's, etc.
  10.  
  11. Please Note: These programs A) will only work on Amiga's fast enough to
  12. digitize the remote being used (my Amiga 500 is useless with this), and B)
  13. the files created will only work on the machine that digitized them, or an
  14. *EXACT* duplicate machine (e.g. files should be interchangeable between two
  15. 25MHz 3000's with the same CPU settings--a timing thing).
  16.  
  17. The program universalremote will let you create/record/playback/save the
  18. codes for remote controls. Use this one to build your 'library' of
  19. controls.
  20.  
  21. The program urrexx is an AREXX interface to the control. Running urrexx
  22. once 'installs' it, running urrexx a second time 'uninstalls' it. To access
  23. urrexx in AREXX use 'address UR.REXX' and the two commands: load & play.
  24. Give load a file name (such as 'load JVC_VCR' etc.), and give play the
  25. name of the function to send to the VCR/TV/etc. (such as 'play power').
  26. Case is not important with urrexx, but remember to name the functions
  27. uniquely with universalremote. You can test urrexx by putting it all in
  28. one line:
  29.  
  30. 2> rx 'address ur.rexx load vcr'                     and
  31. 2> rx 'address ur.rexx play power'                   etc.
  32.  
  33. If you have any questions I can be reached on GEnie as J.L.MUELLER.
  34.  
  35.  
  36.                                  Jamie Mueller
  37.