Customer Reviews


13 Reviews
5 star:
 (8)
4 star:
 (3)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


18 of 18 people found the following review helpful:
5.0 out of 5 stars Great I/O interface
Don't let the first title word 'Programming' mislead you that this book is only for Programmers! The software diskette accompanying this book only enhances the overall viability of Mr. Gadres' remote data acquisition techniques. The sub-title 'Interfacing the PC for Data Acquisition and Process Control' is a broad claim. His experiments more than backup the claim...
Published on March 8, 1999

versus
8 of 9 people found the following review helpful:
2.0 out of 5 stars "Electronics Today" treatment of the subject
Relatively complete treatment of the basic Centronics and Bi-directional modes. About 5 pages devoted to EPP and ECP--nothing about protocols or support from any (modern) operating system. All examples use Bios calls which are unavailable after DOS. Looks like a re-tread of a much earlier work. Hardware-software examples are fine, but utilize many parts which have been...
Published on May 8, 2001 by Steve D. Hale


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

18 of 18 people found the following review helpful:
5.0 out of 5 stars Great I/O interface, March 8, 1999
By A Customer
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
Don't let the first title word 'Programming' mislead you that this book is only for Programmers! The software diskette accompanying this book only enhances the overall viability of Mr. Gadres' remote data acquisition techniques. The sub-title 'Interfacing the PC for Data Acquisition and Process Control' is a broad claim. His experiments more than backup the claim.

Generally speaking, one would have to research many books in order to centralize the concept of say, reading the temperature of a device, and displaying while storing the value on a PC laptop.

This book starts out with fundamental logic gates for the Novice and smoothly moves ahead into deeper water. An in-depth section on the Enhanced Parallel Port and its' attributes was very educational for me. It is when Mr. Gadre puts his practical A/D circuits to full use, that one can appreciate the work done here. The included software helped me jump right into the operation stage. My favorite part of the book was the idea of utilizing a separate Micro Processor chip to continually perform all of the real time scanning, and using the parallel port to 'catch' the last pre-processed data. This removes a lot of PC overhead and prevents data synchronization loss. I will probably use this method for my home PLC.

All program source codes in 'C' are included with the book. Although Linux was his OS choice, I used my Visual C without any major problems.

Overall, this is an excellent mixture of software and hardware. I recommend this book for any person planning to work in the Embedded Controller Industry. The concepts are solid and are good reference materials.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars Great book for C programmers, March 1, 1999
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
This book is full of practical examples in C for interfacing hardware with the printer port. Examples: a speech digitizer, parallel break out box, photometer, data acquisition system, an EPROM emulator, programming an AT89C2051, a waveform generator, and even a Linux data acquisition system with a web-based display!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars What your PC must do to sieze the world by the bits., April 21, 1998
By A Customer
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
This very up-to-date handbook reveals little-known secrets of PC hardware and the software needed to control the outside world with a PC. Suitable background in electronics is given for the book to be used as a textbook, yet the approach is that of a helpful cookbook. Going beyond the PC, the important topic of microcontrollers is addressed. Best of all, important problems in data measurement using PCs can be addressed with very inexpensive hardware easily built (a complete novice might need a Radio Shack style guide to how to do soldering). Software is included in source code form on disk, an added bonus. Reading this book won't get you an EE degree but it might be the next best thing.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
4.0 out of 5 stars Cool book, but doesn't cover NT, March 29, 2000
By 
Lane Phillips (Minneapolis, Minnesota) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
This book gives a complete description of the parallel port and its protocols. It also has lots of cool circuits for data acquisition. Within hours of receiving this book, I had written a program to communicate with the parallel port on my Windows 98 box. However, my project needs to run on Windows NT, and NT does not allow you to write directly to IO ports like this book assumes you can. The book gives no help for accessing the parallel port in NT, so I am subtracting 1 star. Linux also does not allow direct access to the parallel port, but this book does cover programming in Linux. Also, the author uses Turbo C for most of his examples, you may need to make some changes to use a different compiler.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
2.0 out of 5 stars "Electronics Today" treatment of the subject, May 8, 2001
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
Relatively complete treatment of the basic Centronics and Bi-directional modes. About 5 pages devoted to EPP and ECP--nothing about protocols or support from any (modern) operating system. All examples use Bios calls which are unavailable after DOS. Looks like a re-tread of a much earlier work. Hardware-software examples are fine, but utilize many parts which have been out-of date for years. A real disapointment..I sent it back!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars Excellent approach to data acqusition, July 25, 2001
By A Customer
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
Dr. Gadre gives a very useful approach to using the parallel port as a general-purpose data acquisition bus. Another review of this book mentioned that it was light on ECP & EPP coverage. While yes, the chapter devoted to this is short, the material presented in that chapter is used later in the book in specific examples. Also, coverage is not limited to the DOS/BIOS environment, there is a chapter on using the parallel port under Linux. While some of the material is a little bit dated ("newer" Linux kernels according to the text are those from 1.2 on) this must be moderated by the understanding that the book was published in 1998 and undoubtedly written to a large extent in the years prior. In fact, a great deal of data acquisition even today still takes place within DOS, so any DOS-related information is still very useful, and the electronic circuits presented are virtually timeless. I didn't notice in particular any parts listed which weren't available, and most would probably be best emulated in a PLD today anyway.

My main problem with the book is the number of typos I've found so far, which is why I've withheld a star.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars A MUST HAVE BOOK !, May 19, 2000
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
I really enjoyed D.V. Gadre's book. It is well laid out and follows a progressive educational type style. It starts you off explaining some of the basics so that even if you aren't an engineer you can follow what he is doing and see where he is going. The next step is to build an actual working simple parallel interface for which he has already created the basic software. Next you progress into larger and faster projects in a logical progression to each successive step.

D. V. Also documents the programs in C very well so that non-programmers can follow how each process of sending, receiving or processing data occurs. Plus his book is one of the few that actually details exactly how the parallel port and each of its pins is addressed. If you are a novice or a student this book is a must have for you personnel library.

The information, programs and circuits in this book will save you hundreds of hours which makes this book a really great value.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Simple, direct, effective book, September 8, 2001
By A Customer
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
This is a book written by a person that clearly understands his job. It is also fairly complete in its scope (the use of paralell port in data acquisition and control) and simple to follow. Almost immediately you get suggestions to fullfill your needs. It is an ideal book in two situations, I think: if you are begining a project and have not a lot of experience or if you are just studying. Nobody will loose having this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Great Book, October 1, 2000
By 
"lilkeletso" (Washington, USA) - See all my reviews
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
Being my first experience in designing and working with PC interface devices I found this book to be a fabulous starting point. Dr Gadre displays a great understanding of the hardware and software development issues involved which explains why the book has been able to integrate the two so well in not-so-difficult terms.

In later editions though I think there should be more elaboration on the example projects developed by the author. Also it could be helpful if more comments were documented on the program listings to serve the purpose of the novice programmer.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
4.0 out of 5 stars A very useful book, June 19, 2001
This review is from: Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control (Paperback)
This book with its very clear exposition on the basics of using parallel port as a data acquisition and control structure makes it very easy to develop numerous applications for the PC environment easily. The book's clear explanations make it very easy to go from a primitive state to a fairly advanced state, quickly and unambigously. Although a notable gap seems to be the details of the newer parallel port modes such as ECP and operating system and application level programming for the same, the book is very useful from the point of view of using the parallel port for data gathering and analysis. I would recommend this book as almost mandatory reading for someone wishing to use the parallel port on the PC.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Programming the Parallel Port: Interfacing the PC for Data Acquisition and Process Control
$56.95 $38.80
In Stock
Add to cart Add to wishlist