home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / wrpradio.zip / README.1ST < prev    next >
Text File  |  1997-08-08  |  6KB  |  138 lines

  1. WarpRadio 1.0 - Freeware. An OS/2 PM program to control the RadioActive FM Radio card
  2. which was sold through various mail order companies in 1994 by Novex Industries.
  3.  
  4. This program is freeware. You may use it at no cost, however, I retain the copyright
  5. all the executable code of WarpRadio.
  6.  
  7. WARNING: This program writes to I/O memory (316-31F hex by default) and should not be run
  8.          if you have any cards other than RadioActive at that I/O location. Potential damage
  9.          to hardware other than ActiveRadio could occurr in this case. WarpRadio
  10.          has been extensively tested and found to work with the RadioActive card.
  11.          However, the author of this program will not be held responsible for any damage
  12.          WarpRadio may cause by its proper or improper use.
  13.  
  14. This program may be distributed electronically as long as all files are kept together.
  15.  
  16. As far as I know, RadioActive is not sold anymore. It came with DOS and Windows software
  17. which work under OS/2 DOS and Win-OS2 sessions. Since I prefer running native OS/2 programs,
  18. I decided, as an exercise, to write my own program for this card and publish it for free
  19. (donations gladly accepted). If you own this card and run OS/2, I would like to know what
  20. you think of it. This program has been tested out by me and found to work properly.
  21. Send me e-mail if you use this program.
  22.  
  23. The features of WarpRadio are:
  24.  
  25.   - Set volume (off, low, medium and high) for speakers attached to the RadioActive card.
  26.     If you have the radio card connected to the Line-In of a SoundBlaster 16 card, then you can
  27.     control the volume (32 levels) directly without having to use a mixer program.
  28.  
  29.   - Software scanning for stations. 30 stations can be saved to a table and 10 stations
  30.     can be programmed to buttons.
  31.  
  32.   - Fine tuning of stations, to a certain degree.
  33.  
  34.   - All settings are saved and preserved for the next time you use WarpRadio.
  35.  
  36.   - WarpRadio only uses a DLL file and installation does not require a reboot of your system.
  37.  
  38.   - WarpRadio does not need or require the IRQ line to be connected to the radio card.
  39.  
  40.  
  41. Installation.
  42.  
  43. Note: REXX must be installed on your system for this program
  44. to work. Also TESTCFG.SYS must be called out in the CONFIG.SYS
  45. file. TESTCFG.SYS is part of Warp 3.0 and later and you should
  46. check your CONFIG.SYS for a line like:
  47.  
  48.   DEVICE=D:\OS2\BOOT\TESTCFG.SYS
  49.  
  50. where D is your bootable OS/2 drive.
  51.  
  52. Also, CONFIG.SYS must contain the line IOPL=YES for WarpRadio to work. A default
  53. installation of Warp 3.0 or later will have this set properly but check for it if
  54. you have problems running WarpRadio.
  55.  
  56.  
  57. To install WarpRadio, unzip all files into the same directory. You can create
  58. a shadow of the WRPRADIO.EXE object in a folder of your choice or the desktop
  59. for easy access. To start the program, double-click on the WRPRADIO.EXE object.
  60. Installing this program on your system does not change any of the INI or
  61. CONFIG.SYS files.
  62.  
  63.  
  64. Note: When first run, WarpRadio will not write to any memory location. This allows for
  65.       configuration of the radio card. If you reconfigure the hardware (or want to see how
  66.       WarpRadio looks like), delete the WRPRADIO.CFG file before you run WarpRadio. WarpRadio
  67.       obviously does write to I/O when the volume gets changed, any of the 10 channels are
  68.       left-clicked on or when START is pressed in the scan window.
  69.  
  70.  
  71. I do recommend that WarpRadio be closed whenever you run an installation program. Some installation
  72. programs might use the TESTCFG.SYS driver to sniff out hardware and you could get errors when
  73. two programs are trying to access this driver.
  74.  
  75.  
  76. The following files belong to WarpRadio:
  77.  
  78.   - WRPRADIO.EXE   The executable main program.
  79.  
  80.   - WRPRADIO.HLP   The help file.
  81.  
  82.   - WRPRADIO.TBL   Station table. This file is a text file and you
  83.                    can edit it with any text editor. The format
  84.                    for this file is in this order: station name,
  85.                    frequency, data 3, data 2, data 1 and channel
  86.                    number. All items start with a space, including
  87.                    the station name. The data values must be in
  88.                    the range of 0 to 255. The channel numbers range
  89.                    from 1 to 10 and associate the stations to the
  90.                    memory channel buttons. A dash is used if a station
  91.                    is not assigned to a channel. A default table with
  92.                    three stations is created the first time you run WarpRadio.
  93.  
  94.    - WRPRADIO.CFG  Configuration file. Containing radio card I/O address, volume,
  95.                    last station used, SoundBlaster Base I/O address and SoundBlaster
  96.                    Enable in this order. This is a text file and can be edited with
  97.                    any text editor. All I/O addresses are in decimal, volume may be
  98.                    0, 1, 2, or 3 for RadioActive volume levels, or 0 - 248 for
  99.                    SoundBlaster volume (if SoundBlaster Enable is 1). The last station
  100.                    used is a channel number 1-10 and the SoundBlaster Enable is 0 for
  101.                    disable, 1 for enable. All items are seperated by a space with the
  102.                    first item starting with a leading space. A default configuration
  103.                    file is created when WarpRadio is first started. Delete this file
  104.                    if you reconfigured the RadioActive card to prevent writing to
  105.                    the wrong port address.
  106.  
  107.   - IORXFUNC.DLL   Dynamic Link Library to access radio card.
  108.  
  109.   - VPBevel.DLL    Bevel used for WarpRadio display. This is part of the VPExtras package.
  110.                    Thanks to Dion Gillard for creating and releasing these objects for free!
  111.  
  112.   - VPOBJ.DLL      Dynamic Link Library required for VPBevel.DLL
  113.  
  114.   - HISTORY.TXT    History of changes to the program.
  115.  
  116.   - README.1ST     Program description and installation instructions.
  117.  
  118.  
  119.  
  120. To remove this program from your system, close the program, delete
  121. all your WRPRADIO objects or shadows from your desktop or
  122. folders and delete all the files listed above.
  123.  
  124.  
  125.  
  126. Support
  127.  
  128. For support, comments and suggestions, please e-mail:
  129.  
  130.   73322.2045@compuserve.com
  131.  
  132. or visit my home page, "The Warped Code Cellar" at:
  133.  
  134.   http://ourworld.compuserve.com/homepages/aschw
  135.  
  136. for other information and applications for OS/2.
  137.  
  138.