home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / radio212.zip / read.me < prev   
Text File  |  1998-06-10  |  4KB  |  116 lines

  1. Aztech/Packard Bell FM Radio Card Controller v1.02
  2.   by Jason Lewis (c) 1998  (see below for copyright stuff)
  3.      jlewis@solstice.vtc.vsc.edu
  4.  
  5. The official home page of this program is
  6.   http://bigbang.vtc.vsc.edu/fmradio/fmos2.html
  7.  
  8. More information about this card, as well as more software, are available at:
  9.   http://bigbang.vtc.vsc.edu/fmradio/
  10.  
  11.  
  12. Installation
  13. ------------
  14. To install this program, just put it somewhere in the PATH, or tuck it in a
  15. special directory and make a WPS object on your desktop (or LaunchPad or
  16. WarpCenter) to point to it (OS/2 System, Templates, Program).  It has no
  17. extra DLL's (or .HLP :( ) files, so all you need to move is the executable
  18. (PMRADIO.EXE).
  19.  
  20. All settings are stored in USER.INI.  This file is built into OS/2, so you
  21. don't need to worry about creating it.
  22.  
  23. If your card is set to use port 358h instead of 350h (factory), supply 358
  24. as a command line argument.  Ex: "pmradio 358".
  25.  
  26.  
  27. Use
  28. ---
  29. To tune a station you can either type in a number or use the Station Up and
  30. Down buttons.  To fine-tune a station (not usually necessary), use the Fine
  31. + and - buttons.  You can also use the Scan buttons to automatically find a
  32. station.
  33.  
  34. There are 12 preset buttons.  To set one, tune the station you want using one
  35. of the methods above, then click on Set, and finally click on the preset
  36. button you want to set (1-9 or A-C).
  37.  
  38. You can use the volume slider to adjust the card's on-board volume control
  39. circuit.  You can also use the mixer for your sound card to adjust the volume
  40. for the input that you attached the FM Radio card to (ESOP).
  41.  
  42. The "tower" icon to the right of the frequency display will emit yellow lines
  43. when a valid station is detected.  If that station is broadcasting in stereo,
  44. the headphones to the right of the frequency display will emit red lines.
  45. Lame.  Yes, I know.
  46.  
  47.  
  48. Bugs
  49. ----
  50. 4/14/98  Fixed: Made the program show up in the Window List.  Oops.  Thanks
  51.          to Vladimir, for finding this one.
  52.  
  53. 4/21/98  Fixed: Behavior of station Up/Down when the current station is
  54.          fine-tuned.
  55.  
  56. 6/10/98  Fixed dates in above bug listings.  :)
  57.  
  58. 6/10/98  *Really* fixed the process listing bug.  I should have listened to
  59.          Vladimir, when he said it still didn't work.  l:)
  60.  
  61. This program is pretty simple, so I don't *think* there are any (more) bugs.
  62. But, if you find one, just send me an e-mail at the address above, and I'll
  63. fix it.
  64.  
  65.  
  66. Notes
  67. -----
  68. I realize that this program is pretty darn ugly, but I only spent about a
  69. week working on it.  It works, and suits my meager needs.  However, I am
  70. more than willing to make the source available to anyone who wishes to spruce
  71. it up.  To me, it's not worth the effort to make a prettier interface.  But,
  72. I do think such interfaces are generally pretty damn cool (ie, WarpAmp).
  73.  
  74.  
  75. Distribution
  76. ------------
  77. This program is completely free.
  78.  
  79. If you redistribute this program, be sure to leave this file (READ.ME)
  80. in the archive, and don't charge more than five bucks (for this program).
  81.  
  82.  
  83. Copyright
  84. ---------
  85. I don't know much about copyright law, but you probably can't redistribute
  86. this program with your name on it.
  87.  
  88. As many rights as I have are reserved.
  89.  
  90.  
  91. Warranty
  92. --------
  93. None.  If this thing fries your hard drive, eats the cat, or blows up Jupiter
  94. I refuse to be held responsible.  It probably won't do any of these, though.
  95.  
  96.  
  97. Credits
  98. -------
  99. I used Alger Pike's example i/o port code in this program.
  100.   see his site at http://avenger.mri.psu.edu/os2page.html
  101. I used an example program from EDM/2 (using a dialog for a main window)
  102.   see EDM/2 at http://www.edm2.com/
  103. The original radio card code was written by
  104.   * Jason Lewis      (jlewis@vtc.vsc.edu)
  105.   * Scott McGrath    (smcgrath@twilight.vtc.vsc.edu)
  106.   * William McGrath  (wmcgrath@twilight.vtc.vsc.edu)
  107.  
  108. I used the following books as reference:
  109.   OS/2 Presentation Manager Programming by Charles Petzold           ISBN:1-56276-123-4
  110.   Real World Programming for OS/2 2.11  by Blain, Delimon & English  ISBN:0-672-30563-1
  111.   OS/2 2.1 WorkPlace Shell Programming  by Stefano Maruzzi           ISBN: 0-679-79162-0
  112.  
  113. I used Peter Chapin's Y editor to write this program (as with all of my
  114. programs)
  115.   download Y at ftp://lunchtime.vtc.vsc.edu/pub/y/
  116.