1980 6.02 1982

Vol.6 n°2 february 1981

Vol.6 n°2 february 1981

(byte_1981_02.jpg)

[editor : Christopher Morgan] [publisher : Virginia Londoner, Gordon R Williamson, John E Hayes] #Magazine

p.4 In This Issue

p.4 In This Issue

#Abstract

This month we talk about voices - computer voices, that is - and several other topics as well. Consulting Editor Mark Dahmke speaks out on speech in the editorial "Computer Speech: An Update." We also have two theme articles: "An Extremely Low-Cost Computer Voice Response System," which shows how to computerize your vox humana for very little money, and "Articulate Automata," which looks at the physiology of speech.

Also in this issue is Steve Ciarcia's do-it-yourself computerized Big Trak; everything you've always wanted to know about dynamic memory; inexpensive AID and D/A conversion; and much more, including reviews of the new Radio Shack Daisy Wheel Printer II, the Heath H-14 printer, not to mention Zork and IRV.

p.6 Editorial: Computer Speech: An Update

p.6 Editorial: Computer Speech: An Update

[author : Mark C Dahmke] #Edito

Extract : «  In 1972 I saw an advertisement in Scientific American for the Votrax speech synthesizer — a multiple-board system that produced fairly intelligible speech. Although digital speech synthesis has been with us for more than a generation, it wasn't until the early seventies that relatively low cost, compact synthesizers were available for use in industry. At the time, I became very interested in the concept and wanted to experiment with a synthesizer, but the price was still too high for my budget. [...]

Some recent developments in speech synthesis include the Votrax SC01 single-chip formant synthesizer mentioned in "Articulate Automata" in this issue. Texas Instruments has been at the forefront of the LPC (linear predictive coding) approach. One of its most successful products, Speak & Spell, shows what can be done in the consumer products market.  »

TABLE OF CONTENTS

Features

Features

p.36 An Extremely Low-Cost Computer Voice Response System

p.36 An Extremely Low-Cost Computer Voice Response System

Infinite clipping produces acceptable computer speech.

[author : James C Anderson] #Electronic #Listing #Assembly #Audio #Book

Extract : «  A computer speech-output system can be built which requires no A/D (analog-to-digital) or D/A (digital-to-analog) converters, no multiple-pole filters, no complex hardware, very little software, and yet produces speech which is quite intelligible even to untrained listeners.

A data rate of 9600 bps (bits per second) produces speech quality and intelligibility acceptable for most hobbyist applications. This means that a 400-word vocabulary can be stored on one side of a single-density 8-inch floppy disk, the average word duration being 0.5 seconds. Similarly, the 16 hexadecimal digits, 0 thru F, can be spoken from the data stored in only 8 K bytes of memory, the average word duration for these digits being 0.4 seconds. The memory need not be high quality, and slow memory devices or components with a few random bit failures can be used. Thus, for limited vocabularies, the MIMIC speech processor may be the lowest-cost computer speechprocessing system available. [...]  »

p.44 A Computer-Controlled Tank

p.44 A Computer-Controlled Tank

A wireless remote-control link to a personal computer enhances Milton-Bradley's Big Trak.

[author : Steve Ciarcia] #Electronic #Listing #BASIC #Robotics

Extract : «  My guess is that when you first scanned the title of this article and a few of the photos, you immediately recognized Milton-Bradley's Big Trak. Perhaps it was one of the gifts your children received during the holidays.

Big Trak, shown in photo 1, is a computer-controlled, motorized toy tank. Commands to move, to turn, and to fire the "photon cannon" are programmed by a user (via a keypad) into the tank's control system. After the user presses the "Go" key, Big Trak takes off, executing the stored command sequence.

Big Trak's keypad contains a key for each command. Some commands are completed with a single key stroke, while other commands require multiple keystrokes for the entry of parameters. A list of command functions appears in table 1. [...]  »

p.68 A Beginner's Guide to Spectral Analysis, Part 1

p.68 A Beginner's Guide to Spectral Analysis, Part 1

A nonmathematical treatment of Fourier transforms.

[author : Mark Zimmermann] #Electronic #Listing #BASIC #Assembly #Audio #Book

Extract : «  [...] This article will try to sketch an introduction to Fourier analysis, one of the most powerful developments in modern mathematics. It will emphasize the feel of the subject, not the complicated algebraic formalisms. No advanced mathematical training is required, but it may help to have access to a small computer for some parts of the discussion. The programs that I've written for illustrative purposes are in either BASIC or 6502 assembly language, and were specifically designed for the 8 K-byte Commodore PET. It should be a fairly straightforward process to adapt these programs to comparable machines.

The first part of this article will introduce the one-dimensional Fourier transform, and emphasize its importance to music and human perception of sound. [...]  »

p.106 A Pascal Library Unit for the Micromodem II

p.106 A Pascal Library Unit for the Micromodem II

Pascal routines which allow the Apple to perform mass-transfer and processing of files via the Micromodem II

[author : Thomas H Woteki] #Listing #Pascal #Assembly #Networks

Extract : «  The Hayes Microcomputer Products Micromodem II is a powerful combination of hardware and firmware that facilitates computer-to-computer communication. The onboard ROM (read-only memory) contains programs for originating and answering calls (including dialing the telephone) and an ACIA (asynchronous communications interface adapter) device for parallel-to-serial conversion. In addition, the accompanying owner's manual provides a wealth of information on how to custom program the modem for such applications as repertoire dialing, modifying hardware defaults, and dumb terminal communications. All of the examples given are in BASIC. [...]

The routines are housed in an intrinsic unit dubbed "micromodem" (see listing 1). Library units are a UCSD addition to Pascal; commonly used routines can be stored in a library unit that can be called by any Pascal program. Intrinsic units have the advantage that the object code of the unit is never entered into the code file of the host program, thereby maximizing disk storage space. A slight disadvantage is that the library containing the unit must be on-line (available for access) whenever the host program is executed. I have the unit stored in my system library on the boot disk. [...]  »

p.142 Dynamic Memory: Making an Intelligent Decision

p.142 Dynamic Memory: Making an Intelligent Decision

Dynamic memory boards can have one-sixth the power and half the space of static types, but these advantages are useless if the board doesn't work.

[author : Larry Malakoff] #Memory

Extract : «  Mention the words dynamic memory to an S-100 bus user and the responses will vary from one end of the spectrum to the other. In the early days of the S-100 bus, many users had bad experiences with poorly designed dynamic-memory boards. The problems varied from inadequate memory refreshing to designs that worked with only a particular processor board. However, things have come a long way since then. For the vast majority of today's applications, dynamic memory offers the best cost/performance ratio available. With so many of the large S-100 computer manufacturers such as Cromemco, North Star, Vector Graphic, and others using dynamic memory in their systems, all users should seriously consider the advantages of including dynamic memory in their next system design. [...]  »

p.152 Stacking Strings in FORTH

p.152 Stacking Strings in FORTH

A set of "words" for the FORTH vocabulary adds string-handling capabilities to the language.

[author : John Cassady] #Listing #Forth #Programming

Extract : «  Anyone who is familiar with writing programs in BASIC and who later switches to writing in FORTH surely misses the convenience and ease of BASIC string handling. Fortunately, there is no need to deprive yourself all these features: they can be implemented in FORTH with the additional bonus of not being tied to the preconceived ideas of your software vendor. If you do not like the way the string operators work, you can change them: you control the source code.

Adding Strings to FORTH

Tools for manipulating strings of characters and other data items are useful to the personal computer programmer. The routines presented here are an extension to FORTH. They run in fig-FORTH (the versions of FORTH for various microprocessors written by the FORTH Interest Group) and should run with little adaptation in any standard FORTH. [...]

Summary

FORTH is a "framework" language. It doesn't have every function you need, but it allows you to add new words that can be used to solve problems in a given application. Here, we have defined fifteen words that allow us to manipulate strings of characters in fig-FORTH. (See listings 2, 4, 5, 6, and 7.) This is only one of several ways to manipulate strings in FORTH. Once defined, these words can be used to manipulate text during the solution of a larger program.  »

p.164 Articulate Automata

p.164 Articulate Automata

A look at the physiology of speech and at how the electronic equivalent of the human vocal tract (the voice synthesizer) is programmed.

[author : Kathryn Fons and Tim Gargagliano] #Electronic #Listing #Assembly #Audio

Extract : «  The time has arrived for computers to begin speaking for themselves! We discussed some basic techniques for using the TRS-80 Voice Synthesizer in the October 1979 BYTE ("The TRS-80 Speaks," page 113). Response from readers showed many were interested in a more detailed look at voice synthesis. The information presented here is concerned with the basic theory of voice synthesis and the basic procedures involved in constructing a vocabulary. The type of synthesis we focus on is electronic phoneme synthesis. A phoneme is a basic unit of sound from which speech can be constructed. [...]  »

p.220 Image Processing With a Printer

p.220 Image Processing With a Printer

With this simple system a little hardware goes a long way in processing and printing images.

[author : Clark A Calkins] #Listing #Assembly #Graphics #Printer

Extract : «  For a long time I have been interested in producing recognizable images using a basic Teletype just as you see in many computer stores; and I thought that an expensive camera and interface were required to digitize the picture. But in 1979 an article in Dr Dobb's Journal described just how to do this type of image processing with a Diablo printer. (See reference 1.) While I didn't have this type of printer, I figured the concept should work with my Model 43 Teletype or any other printer. After all, the hardware interface required looked simple enough. What could I lose? I worked out my ideas, implemented the system, and now I can process images inexpensively at home. So as a successful personal-computer experimenter, I'll pass on my experience to you. [...]  »

p.312 A/D and D/A Conversion - An Inexpensive Approach

p.312 A/D and D/A Conversion - An Inexpensive Approach

This fast converter requires a minimum of parts and supplies 8 bits of resolution or a 5 V range.

[author : Roger W Mikel] #Electronic #Encoding

Extract : «  Although there are many ways to achieve the conversion of data from analog to digital form, a converter that is simple, fast, inexpensive, and reasonably accurate is seldom available to the serious experimenter. Here I will describe a design that fulfills these characteristics.

To be of practical use, a converter should have at least 8 bits of resolution and be accurate to 0.4% (the value of the least significant bit). In most cases, the conversion should be complete in 10 to 20 µs; this is about as fast as most microprocessors can collect two measurements and do anything with them. [...]  »

p.318 Turn Your COSMAC VIP Into a Frequency Counter

p.318 Turn Your COSMAC VIP Into a Frequency Counter

Display frequencies in the range of 1 to 11,004 Hz on your OSMAC computer.

[author : Andrew Modla] #Algorithm #Listing #Assembly #Audio

Extract : «  Many electronic construction projects include a decade-frequency counter somewhere in their hardware. For example, I have seen decade-frequency counters in pH meters, digital voltmeters, capacitance meters, tachometers, digital thermometers, camera shutter-speed meters, event counters, etc. This article describes a frequency counter that is somewhere else — in software. This application is an example of the elimination of hardware by using software techniques. No additional hardware is required. Your microcomputer can replace decadecounter hardware in each of the construction projects named above.

I programmed my RCA COSMAC VIP microcomputer to perform as a general-purpose, audio-range decade-frequency counter. The program will count in the 1 to 11,004 Hz range. It checks the transitions of the COSMAC 1802 microprocessor EF4 input flag for one second. The binary count taken is then converted to a decimal value for display on the video monitor. After two seconds to show the count, the program begins to count again. [...]  »

p.326 A Heating and Cooling Management System

p.326 A Heating and Cooling Management System

How to build a remote temperature sensor.

[author : Tom Hall] #Electronic #Algorithm #Robotics

Extract : «  This article describes a practical application for computer-automated management of your home's heating and cooling needs. [...]

The first step is to determine how many of the temperature sensors you will need. For a week or so, measure the temperature in each room of your house about six or eight times a day. At least two of these times should be during cooking and washing periods. You will probably find that the temperatures in all the bedrooms are about equal. Several other rooms will probably be similar under most conditions. The number of sensors needed for your home will vary with your conditions, but you will probably not need a sensor in every room. You will want to place a temperature sensor outside, in the kitchen, in a bedroom, and in any room that shows a temperature difference of several degrees in a day's time. [...]  »

p.332 Modifying the SwTPC Computer

p.332 Modifying the SwTPC Computer

Modifying the SwTPC 6800 computer to accept either the 6800 or 6809 processor board.

[author : Thomas J Weaver] #ComputerKit #Build #Microprocessor #Electronic

Extract : «  Changing to a newer 6809 microprocessor is a simple way to upgrade a 6800-based computer. In fact, Southwest Technical Products Corporation makes a conversion kit for its 6800 system that includes a 6809 processor board (see photo 1) and complete instructions. The kit can be built in one evening, but does require some modifications to the existing system. [...]  »

Reviews

Reviews

p.30 Radio Shack's Daisy Wheel Printer II

p.30 Radio Shack's Daisy Wheel Printer II

[author : Yvon Kolya] #Printer #Review

Extract : «  [...] As I expected, the printer had an attractive appearance, using the standard Radio Shack colors black and silver. However, much to my surprise, I found the printer to be constructed entirely of heavy-gauge cast aluminum. The only nonmetal parts were the miscellaneous knobs and switches, which were brought out to the surface of the cover for the user to manipulate, and a rubber platen. Upon opening it up, I discovered that the metal exterior was well supported by a cast aluminum interior frame, with a layer of foam rubber sandwiched between the two for sound absorption. Everything else seemed to be made of steel or chrome, except the pulley wheels, which were nylon. All in all, the printer appeared to be very solidly constructed. It was a bargain to get all this excellence for hundreds of dollars less than an equivalent letter-quality printer. [...]  »

p.96 infinite BASIC and Infinite Business

p.96 infinite BASIC and Infinite Business

[author : Scott Mitchell] #Software #Review #Programming #Listing #BASIC

Extract : «  [...] Infinite BASIC is a software-utility package for the Radio Shack TRS-80 sold by Racet Computes. The package has a suggested retail price of $49.95, with an optional Infinite Business package available for $29.95.

The purpose of these packages is to add extra commands to either your disk BASIC or Level II cassette system. Infinite BASIC adds eighty commands to your BASIC vocabulary, so if you thought the Level III add-on for your cassette system was a good deal, you'll consider this a steal for the same price. Level III BASIC (from Microsoft Consumer Products, Bellevue, Washington) always consumes 4 K bytes of memory, even if you use only one or two of its features in your program. Infinite BASIC lets you take only the features you want and put them on a system tape or disk file, thereby saving memory space. Also, you can place the resulting object code in memory anywhere you wish. These two features make Infinite BASIC a versatile package for both disk and tape users. [...]  »

p.202 IRV, a TRS-80 Utility Program

p.202 IRV, a TRS-80 Utility Program

[author : Teri Li] #Software #Review #Programming

Extract : «  IRV is a new machine-language utility program for the BASIC programmer. It supplies features that all programmers will appreciate, and it uses less than 1 K bytes of programmable memory (unless you add to its definitions).

IRV gives you a flashing cursor, auto repeat on any key held down for more than one second, and keyboard control of the cassette remote plug (you can turn the cassette motor on and off simply by hitting shift-clear). [...]  »

p.253 The Heath H-14 Printer

p.253 The Heath H-14 Printer

[author : Bradford Rehm] #Printer #Review

Extract : «  What this country needs is a good $250 printer. It ought to accept characters at 9600 bps (bits per second) and print them at 100 lines per minute. It should produce letter-quality print in various formats, including 80, 96, and 132 columns per page and 6, 8, or 10 lines per inch. It should have graphics capabilities, and it should offer an adjustable tractor-feed mechanism that can use narrow or wide paper. It should be very reliable, easy to service, quiet, and pleasing to look at.

Has Heath given us the All-American line printer? Perhaps not, but the folks in Benton Harbor, Michigan, have chalked up real accomplishments in several areas. As a $595 kit, the H-14 comes closer than any other 80-column impact printer on the market (at this writing) to meeting the price criterion. The somewhat higher "assembled" price still falls below most of its competitors' prices. And the H-14 does this while making a fine showing in the area of capabilities. [...]  »

p.262 Zork, The Great Underground Empire

p.262 Zork, The Great Underground Empire

[author : Bob Liddil] #GameAdventure #Review

Extract : «  Adventure has evolved many times during its short history. From Crowther's and Wood's creation to the genius of Scott Adams to the wild antics of Greg Hassett, the journey has been exciting and entertaining for the fans of inventive computer puzzles. No single advance in the science of Adventure has been as bold and exciting as the introduction of Personal Software Inc's Zork, The Great Underground Empire.

The first thing that everyone will look for when Zork boots up is the blinking cursor, and the "I AM..." and "YOU SEE..." format that Scott Adams has popularized in his nine Adventures. That is not the case here. The screen layout is arranged in such a way as to move the WHERE prompt (which gives your current location in the game) down to the bottom of the screen. I found this most useful after reading ten or twelve lines of detailed area description. Additionally, the number of turns elapsed, the number of points accumulated, and the location form an information display on the bottom line of the screen. Other game information scrolls upward as the game progresses, giving a very professional screen layout for the game. [...]  »

Nucleus

Nucleus

p.16 Letters

p.16 Letters

p.92 p.266 p.271 p.325 Programming Quickies

p.92 p.266 p.271 p.325 Programming Quickies

p.94 p.102 p.290 p.309 BYTE's Bits

p.94 p.102 p.290 p.309 BYTE's Bits

p.138 p.188 p.196 Technical Forum: Recording with Current Nonlinearities in Illumination: Build a Null Modem

p.138 p.188 p.196 Technical Forum: Recording with Current Nonlinearities in Illumination: Build a Null Modem

p.212 BYTELINES

p.212 BYTELINES

p.274 Education Forum: Microcomputers in the Chemistry Lab

p.274 Education Forum: Microcomputers in the Chemistry Lab

p.280 Ask BYTE

p.280 Ask BYTE

p.288 System Notes

p.288 System Notes

p.289 Software Received

p.289 Software Received

p.292 Books Received

p.292 Books Received

#Book

An Age of Innovation, by the Editors of Electronics. New York: McGraw-Hill Publications Company, 1981; 22 by 29 cm (8 1/2 by 11 1/4 inches), 267 pages, hardcover, ISBN 0-07-606688-6, $18.50.

Computers and Education, James L Poirot. Manchaca TX: Sterling Swift Publishing Company, 1980; 13.5 by 21 cm (5 1/4 by 8 1/4 inches), 84 pages, softcover, ISBN 0-88408-137-0, $6.95.

Computer Graphics Primer, Mitchell Waite. Indianapolis IN: Howard W Sams & Company Inc, 1979; 14 by 22 cm (5 1/2 by 8 1/2 inches), 173 pages, softcover, ISBN 0-672-21650-7, $12.95.

CRT Controller Handbook, Gerry Kane. Berkeley CA: Osborne/McGraw-Hill, 1980; 18 by 23.5 cm (6 7/8 by 9 1/8 inches), 206 pages, softcover, ISBN 0-931988-45-4, $6.99.

Electrical and Electronics Drawing, fourth edition, Charles J Baer and John R Ottaway. New York: Gregg Division of the McGraw-Hill Book Company, 1980; 16.5 by 24.5 cm (6 1/2 by 9 1/2 inches), 432 pages, hardcover, ISBN 0-07-003010-3, $16.25.

Machine Independent Organic Software Tools (Mint), M D Godfrey, H J Hermans, D F Hendry, and R K Hessenberg. New York: Academic Press, 1980; 15.5 by 23 cm (5 7/8 by 9 inches), 340 pages, hardcover, ISBN 0-12-286980-X, $28.

Microcomputer Primer, Mitchell Waite and Michael Pardee. Indianapolis IN: Howard W Sams & Company Inc, 1980; 14 by 22 cm (5 3/8 by 8 1/2 inches), 367 pages, softcover, ISBN 0-672-21653-1, $11.95.

Microcomputer Systems and Apple BASIC, James L Poirot. Manchaca TX: Sterling Swift Publishing Company, 1980; 13.5 by 21 cm (5 1/4 by 8 1/4 inches), 136 pages, softcover, ISBN 0-88408-136-2, $9.95.

Owning Your Home Computer, Robert L Perry. New York: Everest House Publishers, 1980; 18.5 by 25.5 cm (7 1/4 by 10 inches), 200 pages, softcover, ISBN 0-89696-093-5, $10.95.

Programming & Interfacing the 6502, With Experiments, Marvin L De Jong. Indianapolis IN: Howard W Sams & Company Inc, 1980; 14 by 22 cm (5 1/2 by 8 1/2 inches), 407 pages, softcover, ISBN 0-672-21651-5, $15.95.

Radar & Radio Communications IC Handbook, Plessey Semiconductors. Irvine CA: Plessey Semiconductors, 1980; 14 by 22 cm (5 1/2 by 8 1/2 inches), 436 pages, softcover ISBN-none, $4.

Son of Cheap Video, Don Lancaster. Indianapolis IN: Howard W Sams & Company Inc, 1980; 14 by 22 cm (5 1/2 by 8 1/2 inches), 220 pages, softcover, ISBN 0-672-21723-6, $8.95.

Teams in Information Systems Development , Philip C Semprevivo. New York: Yourdon Press, 1980; 15.5 by 23 cm (6 by 9 inches), 126 pages, softcover, ISBN 0-917072-20-0, $16.75.

Using CP/M, Judi N Fernandez and Ruth Ashley. Somerset NJ: John Wiley & Sons Inc, 1980; 17.5 by 25.5 cm (6 3/4 by 10 inches), 236 pages, softcover, ISBN 0471-08011-X, $8.95

p.294 Clubs and Newsletters

p.294 Clubs and Newsletters

p.298 Event Queue

p.298 Event Queue

p.304 Book Reviews

p.304 Book Reviews

#Book

Extract : «  Writing Interactive Compilers and Interpreters, P J Brown Wiley Interscience New York, 1979 256 pages, hardcover $26.95 [...]

Language in Thought and Action (4th edition) S I Hayakawa, Harcourt Brace Jovanovich New York, 1978 318 pages, softcover $8.95 [...]  »

p.324 Cartoon

p.324 Cartoon

p.336 What's New?

p.336 What's New?

p.382 Unclassified Ads

p.382 Unclassified Ads

p.383 BOMB, BOMB Results

p.383 BOMB, BOMB Results

p.384 Reader Service

p.384 Reader Service

ADS (content taken from the reader service p.384)

ADS (content taken from the reader service p.384)

p.285 p.291 Aardvark Software Inc

p.285 p.291 Aardvark Software Inc

p.356 Abbott, Robert

p.356 Abbott, Robert

p.349 AB Computers

p.349 AB Computers

p.134 ABM Products

p.134 ABM Products

p.111 Action Computer

p.111 Action Computer

p.362 Adaptive Data & Energy Sys

p.362 Adaptive Data & Energy Sys

p.310 Adaptive Systems Inc

p.310 Adaptive Systems Inc

p.370 p.371 Advanced Comp Prod

p.370 p.371 Advanced Comp Prod

p.230 ALF Products

p.230 ALF Products

p.354 ALL Electronic

p.354 ALL Electronic

p.354 Alpha Omega Comp Sys

p.354 Alpha Omega Comp Sys

p.59 Alpha Byte Storage

p.59 Alpha Byte Storage

p.177 Alphacom Inc

p.177 Alphacom Inc

p.121 Altos

p.121 Altos

p.275 Am Comp & Telecom Corp

p.275 Am Comp & Telecom Corp

p.128 Am Micro Prod Inc

p.128 Am Micro Prod Inc

p.201 American Square Comp

p.201 American Square Comp

p.362 AMSI Corp

p.362 AMSI Corp

p.113 Anadex

p.113 Anadex

p.361 Ancrona

p.361 Ancrona

p.13 Apple Computer

p.13 Apple Computer

p.182 Applied Analytics

p.182 Applied Analytics

p.24 Artec Electronics

p.24 Artec Electronics

p.267 ASAP

p.267 ASAP

p.277 Ashton-Tate

p.277 Ashton-Tate

p.356 ATV Research

p.356 ATV Research

p.299 Automated Equip Inc

p.299 Automated Equip Inc

p.311 Axlon Inc

p.311 Axlon Inc

p.304 Ballantine Books

p.304 Ballantine Books

p.231 BASF Systems

p.231 BASF Systems

p.350 Beckian

p.350 Beckian

p.357 John Bell Engineering

p.357 John Bell Engineering

p.315 p.352 Beta Comp Devices

p.315 p.352 Beta Comp Devices

p.283 The Bit Bucket

p.283 The Bit Bucket

p.329 Bower-Stewart & Assoc

p.329 Bower-Stewart & Assoc

p.333 Buss/Charles Floto

p.333 Buss/Charles Floto

p.193 Business Week

p.193 Business Week

p.323 BYTE Back Issues

p.323 BYTE Back Issues

(p.CIII) BYTE Books

(p.CIII) BYTE Books

p.99 p.382 BYTE Books

p.99 p.382 BYTE Books

p.291 BYTE Subscriber

p.291 BYTE Subscriber

p.293 BYTE WATS

p.293 BYTE WATS

p.360 C & A Associates

p.360 C & A Associates

p.20 p.21 Calif Comp Systems

p.20 p.21 Calif Comp Systems

p.374 p.375 Calif Digital

p.374 p.375 Calif Digital

p.256 Cambridge Develop Labs

p.256 Cambridge Develop Labs

p.258 Cavri Systems Inc

p.258 Cavri Systems Inc

p.183 Central Data

p.183 Central Data

p.259 Chrislin Industries

p.259 Chrislin Industries

p.181 Clev Con Comp & Compnts

p.181 Clev Con Comp & Compnts

p.311 Colonial Data Sery Corp

p.311 Colonial Data Sery Corp

p.72 p.73 p.311 CompuMart

p.72 p.73 p.311 CompuMart

p.104 p.105 CompuServe

p.104 p.105 CompuServe

p.268 Computer Age Inc

p.268 Computer Age Inc

p.356 Computer City

p.356 Computer City

p.158 Computer Disc of Am

p.158 Computer Disc of Am

p.69 The Computer Factory

p.69 The Computer Factory

p.163 Computerland

p.163 Computerland

p.306 Computer Marketing Corp

p.306 Computer Marketing Corp

p.241 Comp Prof Book Club

p.241 Comp Prof Book Club

p.22 Computer Room, The

p.22 Computer Room, The

p.360 Computer Shopper

p.360 Computer Shopper

p.88 p.89 Computer Specialties

p.88 p.89 Computer Specialties

p.234 Computer Tech Assoc

p.234 Computer Tech Assoc

p.125 Computer Warehouse

p.125 Computer Warehouse

p.84 p.85 Computers R Us

p.84 p.85 Computers R Us

p.310 Computerware

p.310 Computerware

p.154 p.236 Computers Wholesale

p.154 p.236 Computers Wholesale

p.108 Computex

p.108 Computex

p.268 COMPUTIME

p.268 COMPUTIME

p.117 Compuview Products Inc

p.117 Compuview Products Inc

p.315 Concord Comp Components

p.315 Concord Comp Components

p.127 Corvus Systems

p.127 Corvus Systems

p.90 Cover Craft

p.90 Cover Craft

p.355 CPU Shop, The

p.355 CPU Shop, The

p.1 p.2 Cromemco

p.1 p.2 Cromemco

p.358 Custom Business Comp

p.358 Custom Business Comp

p.354 Custom Peripherals

p.354 Custom Peripherals

p.175 Crystal Computer

p.175 Crystal Computer

p.317 Cybernetics Inc

p.317 Cybernetics Inc

p.203 B. Dalton Bookseller

p.203 B. Dalton Bookseller

p.112 Data Discount Center

p.112 Data Discount Center

p.354 Data Hardware

p.354 Data Hardware

p.146 Datasouth Computer Corp

p.146 Datasouth Computer Corp

p.294 Datasouth Computer Corp

p.294 Datasouth Computer Corp

p.171 Delta Products

p.171 Delta Products

p.215 DG Electronics Develpmt

p.215 DG Electronics Develpmt

p.296 Digiac Corp

p.296 Digiac Corp

p.322 Digicomp Research Corp

p.322 Digicomp Research Corp

p.362 Digital Systems Eng

p.362 Digital Systems Eng

p.292 Digital Graphic Systems

p.292 Digital Graphic Systems

p.213 Digital Marketing

p.213 Digital Marketing

p.133 Digital Pathways

p.133 Digital Pathways

p.255 Digital Research

p.255 Digital Research

p.351 Digital Research Computers

p.351 Digital Research Computers

p.305 Discount Software Group

p.305 Discount Software Group

p.303 Disc/3 Mart Inc

p.303 Disc/3 Mart Inc

p.26 Dual Systems Control Corp

p.26 Dual Systems Control Corp

p.286 DMA

p.286 DMA

p.257 Dynacomp Inc

p.257 Dynacomp Inc

p.254 Dymarc Industries Inc

p.254 Dymarc Industries Inc

p.188 Ecosoft

p.188 Ecosoft

p.360 Educational Courseware

p.360 Educational Courseware

p.295 Electronic Control Tech

p.295 Electronic Control Tech

p.290 Electronic Specialists

p.290 Electronic Specialists

p.278 Ellis Computing

p.278 Ellis Computing

p.217 Epson America Inc

p.217 Epson America Inc

p.301 Escon

p.301 Escon

p.308 Essex Publishing Co

p.308 Essex Publishing Co

p.25 Exatron Inc

p.25 Exatron Inc

p.132 Faircom

p.132 Faircom

p.194 Farnsworth Comp Center

p.194 Farnsworth Comp Center

p.71 John Fluke Mfg Co

p.71 John Fluke Mfg Co

p.346 Fordham

p.346 Fordham

p.283 Milton Foster

p.283 Milton Foster

p.34 General Business Computer

p.34 General Business Computer

p.362 Gimix

p.362 Gimix

p.210 p.211 Godbout Electronics

p.210 p.211 Godbout Electronics

p.66 Mark Gordon Computers

p.66 Mark Gordon Computers

p.218 p.219 p.247 H & E Computronics

p.218 p.219 p.247 H & E Computronics

p.295 Hanley Engineering

p.295 Hanley Engineering

p.196 p.197 TSE/Hardside

p.196 p.197 TSE/Hardside

p.360 Harris Corp

p.360 Harris Corp

p.287 Hayden Book Co Inc

p.287 Hayden Book Co Inc

p.103 Hayes Microcomp Prod Inc

p.103 Hayes Microcomp Prod Inc

p.17 Heath Company

p.17 Heath Company

p.10 p.12 High Technology Inc

p.10 p.12 High Technology Inc

p.283 MG Hill

p.283 MG Hill

p.348 Hobbyworld Electronics

p.348 Hobbyworld Electronics

p.79 Houston Instruments

p.79 Houston Instruments

p.252 Hughes Aircraft

p.252 Hughes Aircraft

p.358 IDM

p.358 IDM

p.107 Imprint Software

p.107 Imprint Software

p.27 IMS International

p.27 IMS International

p.115 Info Unitd Software

p.115 Info Unitd Software

p.229 Innovative Sftw Appl

p.229 Innovative Sftw Appl

p.49 p.51 Integral Data Sys

p.49 p.51 Integral Data Sys

p.264 Integrand

p.264 Integrand

p.188 Intelligent Control Sys

p.188 Intelligent Control Sys

p.53 Intertec Data Systems

p.53 Intertec Data Systems

p.354 Ipex Int'l Inc

p.354 Ipex Int'l Inc

p.8 p.9 Ithaca Intersystems

p.8 p.9 Ithaca Intersystems

p.366 p.367 Jade Computer Prod

p.366 p.367 Jade Computer Prod

p.368 p.369 Jameco Electronics

p.368 p.369 Jameco Electronics

p.309 JDR MICRODEVICES

p.309 JDR MICRODEVICES

p.358 JHC Into Products

p.358 JHC Into Products

p.362 Jepsan Group K Inc

p.362 Jepsan Group K Inc

p.360 Jordon, Jeff MBA

p.360 Jordon, Jeff MBA

p.352 JR Inventory Control

p.352 JR Inventory Control

p.91 Kemco LTD

p.91 Kemco LTD

p.283 Kirk Shrewsbury

p.283 Kirk Shrewsbury

p.61 Konan Corp

p.61 Konan Corp

p.358 Laboratory Microsystems

p.358 Laboratory Microsystems

p.162 p.303 Lax Computer Products

p.162 p.303 Lax Computer Products

p.284 Leapac Services

p.284 Leapac Services

p.60 Livermore Data Sys Inc

p.60 Livermore Data Sys Inc

p.316 LNW Research

p.316 LNW Research

p.137 Lobo Drives Intl

p.137 Lobo Drives Intl

p.254 Lomas Data Prod

p.254 Lomas Data Prod

p.302 Londe, Parker & Michels

p.302 Londe, Parker & Michels

p.358 Macrotronics Inc

p.358 Macrotronics Inc

p.356 Magnolia Microsystems

p.356 Magnolia Microsystems

p.260 Mann, Charles & Assoc

p.260 Mann, Charles & Assoc

p.190 Marway Products Inc

p.190 Marway Products Inc

p.293 Marymac Industries Inc

p.293 Marymac Industries Inc

p.75 Maxell Data

p.75 Maxell Data

p.226 MBC Systems Inc

p.226 MBC Systems Inc

p.168 p.169 McGraw-Hill Magazines

p.168 p.169 McGraw-Hill Magazines

p.29 p.129 Meas Sys & Controls

p.29 p.129 Meas Sys & Controls

p.362 Mega Systems Inc

p.362 Mega Systems Inc

p.335 Meta Technologies Corp

p.335 Meta Technologies Corp

p.63 Micro Age Computer Store

p.63 Micro Age Computer Store

p.123 Micro Appl Group (MAG)

p.123 Micro Appl Group (MAG)

p.258 Micro Architect

p.258 Micro Architect

p.116 Micro Business World

p.116 Micro Business World

p.332 Micro Computer Discount

p.332 Micro Computer Discount

p.139 Micro Data Base Sys

p.139 Micro Data Base Sys

p.93 Micro Focus

p.93 Micro Focus

p.80 Micro House

p.80 Micro House

p.205 Micro Management Sys

p.205 Micro Management Sys

p.100 Micro Pathways

p.100 Micro Pathways

p.245 Micro Pro International

p.245 Micro Pro International

p.109 Micro World

p.109 Micro World

p.216 Micro Works, The

p.216 Micro Works, The

p.239 MicroAce

p.239 MicroAce

p.147 MicroByte

p.147 MicroByte

p.269 Microcomputer Tech Inc

p.269 Microcomputer Tech Inc

p.161 MicroDaSys

p.161 MicroDaSys

p.150 Micromail

p.150 Micromail

p.283 MicroMint

p.283 MicroMint

p.165 Micropolis Corp

p.165 Micropolis Corp

p.135 MICRO-SCI

p.135 MICRO-SCI

p.23 Microsette

p.23 Microsette

p.131 Microsoft

p.131 Microsoft

p.81 Microsoft (Cons Prod Div)

p.81 Microsoft (Cons Prod Div)

p.356 MicroTech Exports

p.356 MicroTech Exports

p.118 Microware Sys Corp

p.118 Microware Sys Corp

p.350 Mikos

p.350 Mikos

p.228 Miller Microcomputer Sery

p.228 Miller Microcomputer Sery

p.328 Mindex Infosystems

p.328 Mindex Infosystems

p.206 Mini Computer Suppliers

p.206 Mini Computer Suppliers

p.358 Mini Comp Supply (MCS)

p.358 Mini Comp Supply (MCS)

p.380 p.381 Mini Micro Mart

p.380 p.381 Mini Micro Mart

p.204 Miro Computers Inc

p.204 Miro Computers Inc

p.65 Morrow Designs

p.65 Morrow Designs

p.19 p.136 Mountain Computer Inc

p.19 p.136 Mountain Computer Inc

p.279 mpi

p.279 mpi

p.199 MT Microsystems

p.199 MT Microsystems

p.160 MTI Inc

p.160 MTI Inc

p.272 Mt. View Press

p.272 Mt. View Press

p.102 MUSYS

p.102 MUSYS

p.114 Nautilis Systems

p.114 Nautilis Systems

p.92 NEBS

p.92 NEBS

p.62 p.224 p.249 Netronics

p.62 p.224 p.249 Netronics

p.167 NNC Electronics

p.167 NNC Electronics

p.281 Northern Tech Books

p.281 Northern Tech Books

p.209 NRI Schools

p.209 NRI Schools

p.166 Ohio Data Products Corp

p.166 Ohio Data Products Corp

(p.CIV) Ohio Scientific Instr

(p.CIV) Ohio Scientific Instr

p.184 p.185 Ohio Scientific Instr

p.184 p.185 Ohio Scientific Instr

p.207 OK Machine & Tool

p.207 OK Machine & Tool

p.283 Oliver Advanced Eng

p.283 Oliver Advanced Eng

p.297 Olympic Sales Co

p.297 Olympic Sales Co

p.70 Omega Micro Computers

p.70 Omega Micro Computers

p.317 Omega Research

p.317 Omega Research

p.263 Omega Sales Co

p.263 Omega Sales Co

p.303 Omikron

p.303 Omikron

p.225 onComputing

p.225 onComputing

p.208 Optimal Technology

p.208 Optimal Technology

p.83 Orange Micro

p.83 Orange Micro

p.238 Orthocode Group

p.238 Orthocode Group

p.261 Osborne/McGraw-Hill

p.261 Osborne/McGraw-Hill

p.323 OSM Computer

p.323 OSM Computer

p.156 p.157 p.326 Owens Associates

p.156 p.157 p.326 Owens Associates

p.120 Pace Inc

p.120 Pace Inc

p.354 p.362 Pacific Exchanges

p.354 p.362 Pacific Exchanges

p.353 Page Digital

p.353 Page Digital

p.361 Pan American Elec

p.361 Pan American Elec

p.276 p.333 Passport Design

p.276 p.333 Passport Design

p.6 PCD Systems Inc

p.6 PCD Systems Inc

p.7 p.35 Percom Data

p.7 p.35 Percom Data

p.319 Personal Computer Festival

p.319 Personal Computer Festival

p.232 Personal Computer

p.232 Personal Computer

p.31 Personal Software

p.31 Personal Software

p.358 Petronics

p.358 Petronics

p.227 Phase One Systems

p.227 Phase One Systems

p.248 Pickles & Trout

p.248 Pickles & Trout

p.134 pk systems inc

p.134 pk systems inc

p.94 Power One Inc

p.94 Power One Inc

p.376 p.377 p.378 p.379 Priority One

p.376 p.377 p.378 p.379 Priority One

p.354 The Purchasing Agent

p.354 The Purchasing Agent

p.16 p.162 p.364 p.365 QT Computer Sys

p.16 p.162 p.364 p.365 QT Computer Sys

p.360 Quality Computer Parts

p.360 Quality Computer Parts

p.313 Quality Software

p.313 Quality Software

p.223 Qantex

p.223 Qantex

p.173 Quasar Data Products

p.173 Quasar Data Products

p.141 Quay Corp

p.141 Quay Corp

p.347 Quest

p.347 Quest

p.319 Quiet Designs Inc

p.319 Quiet Designs Inc

p.354 Quintrex Inc

p.354 Quintrex Inc

p.298 R & B Computer Systems

p.298 R & B Computer Systems

p.321 Racet Computes

p.321 Racet Computes

p.28 RCA

p.28 RCA

p.166 RKS Enterprises

p.166 RKS Enterprises

p.329 RNB Enterprises

p.329 RNB Enterprises

p.297 Rochester Data

p.297 Rochester Data

p.313 S & M Systems

p.313 S & M Systems

p.138 S-100 Inc

p.138 S-100 Inc

p.362 SC Digital

p.362 SC Digital

p.206 Scientific Eng Labs

p.206 Scientific Eng Labs

p.5 Scion Corp

p.5 Scion Corp

p.297 SciTronics Inc

p.297 SciTronics Inc

p.358 Scotia Software

p.358 Scotia Software

p.110 Scottsdale Systems

p.110 Scottsdale Systems

p.265 Seattle Computer Prod

p.265 Seattle Computer Prod

p.299 Shepardson Microsystems

p.299 Shepardson Microsystems

p.283 Kirk Shrewsbury

p.283 Kirk Shrewsbury

p.14 p.15 Shugart

p.14 p.15 Shugart

p.151 Sinclair Research

p.151 Sinclair Research

p.283 SKP Electr

p.283 SKP Electr

p.360 Sluder

p.360 Sluder

p.18 Small Business Appl

p.18 Small Business Appl

p.55 Snapp Inc

p.55 Snapp Inc

p.235 Softech Microsystems

p.235 Softech Microsystems

p.67 The Software Federation

p.67 The Software Federation

p.291 p.293 The SoHo Group

p.291 p.293 The SoHo Group

p.82 Solid State Sales

p.82 Solid State Sales

p.138 Sorrento Valley Assoc

p.138 Sorrento Valley Assoc

p.195 Southern Semiconductors

p.195 Southern Semiconductors

(p.CII) Southwest Tech Prod Corp

(p.CII) Southwest Tech Prod Corp

p.233 Spectrum Software

p.233 Spectrum Software

p.11 SSM

p.11 SSM

p.301 Street Electronics

p.301 Street Electronics

p.192 SubLOGIC

p.192 SubLOGIC

p.363 Sunny Int'l

p.363 Sunny Int'l

p.98 p.179 p.191 p.295 p.307 SuperSoft

p.98 p.179 p.191 p.295 p.307 SuperSoft

p.159 Sybex

p.159 Sybex

p.101 p.256 Synchro Sound

p.101 p.256 Synchro Sound

p.58 System Kontakt Inc

p.58 System Kontakt Inc

p.360 SZ Software Sys

p.360 SZ Software Sys

p.189 Tarbell Electronics

p.189 Tarbell Electronics

p.145 Tech Sys Consultants (TSC)

p.145 Tech Sys Consultants (TSC)

p.356 Technical Innovations

p.356 Technical Innovations

p.237 Tec-Mar Inc

p.237 Tec-Mar Inc

p.96 Tercer Medio

p.96 Tercer Medio

p.356 Terminal Data

p.356 Terminal Data

p.290 Texas Comp Sys

p.290 Texas Comp Sys

p.95 Texas Instruments

p.95 Texas Instruments

p.153 3M Company

p.153 3M Company

p.300 Thunderware

p.300 Thunderware

p.200 Mitchell E Timin Eng Co

p.200 Mitchell E Timin Eng Co

p.155 Robert Tinney Graphics

p.155 Robert Tinney Graphics

p.180 TNW Corp

p.180 TNW Corp

p.356 Toolsmith, The

p.356 Toolsmith, The

p.283 TPA

p.283 TPA

p.122 TransNet

p.122 TransNet

p.76 p.77 United Software of Am

p.76 p.77 United Software of Am

p.204 Univair Inc

p.204 Univair Inc

p.372 p.373 US Micro Sales

p.372 p.373 US Micro Sales

p.202 p.208 p.356 US Robotics

p.202 p.208 p.356 US Robotics

p.289 VANDATA

p.289 VANDATA

p.97 Vector Graphics

p.97 Vector Graphics

p.56 p.57 Verbatim

p.56 p.57 Verbatim

p.283 Vertical Data Sys Inc

p.283 Vertical Data Sys Inc

p.360 Videx

p.360 Videx

p.143 p.359 Vista Computer Co

p.143 p.359 Vista Computer Co

p.187 Voicetek

p.187 Voicetek

p.273 Votrax

p.273 Votrax

p.346 VR Data

p.346 VR Data

p.348 Wameco

p.348 Wameco

p.148 p.149 p.354 Westico Inc

p.148 p.149 p.354 Westico Inc

p.33 White Computer Sys

p.33 White Computer Sys

p.243 Whitesmith's Ltd

p.243 Whitesmith's Ltd

p.301 Wild Hare Comp Sys

p.301 Wild Hare Comp Sys

p.358 Wintek Corp

p.358 Wintek Corp

p.299 Winterhalter & Assoc

p.299 Winterhalter & Assoc

p.362 Worldwide Electronics

p.362 Worldwide Electronics

p.363 WW Component Supply Inc

p.363 WW Component Supply Inc

p.119 Zobex

p.119 Zobex