Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Programming the Parallel Port: Interfacing the PC for Data Acquisition & Process Control

Programming the Parallel Port: Interfacing the PC for Data Acquisition & Process Control

List Price: $44.95
Your Price: $32.64
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: Great Book
Review: 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.

Rating: 5 stars
Summary: Great I/O interface
Review: 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.

Rating: 4 stars
Summary: Excellent approach to data acqusition
Review: 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.

Rating: 5 stars
Summary: Excellent
Review: I found this book very useful. I am a master degree student and I recommend this book. The author explains all the important things to work with the parallel port.

Rating: 5 stars
Summary: A MUST HAVE BOOK !
Review: 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.

Rating: 5 stars
Summary: Wonderful Book
Review: Programming the Parallel Port; Interfacing the PC for data acquisition and process control , by Dr. D.V.Gadre, is really a wonderful book. It is written very clearly, in simple language, and every program written compiles. I liked the book because it is very practical, and I even used some of the ideas and circuits in building some of the blocks of my own project. The chapters on ECP & EPP are very informative. This book is really worth being in one's own library.

Rating: 5 stars
Summary: Wonderful Book
Review: Programming the Parallel Port; Interfacing the PC for data acquisition and process control , by Dr. D.V.Gadre, is really a wonderful book. It is written very clearly, in simple language, and every program written compiles. I liked the book because it is very practical, and I even used some of the ideas and circuits in building some of the blocks of my own project. The chapters on ECP & EPP are very informative. This book is really worth being in one's own library.

Rating: 2 stars
Summary: "Electronics Today" treatment of the subject
Review: 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!

Rating: 4 stars
Summary: Cool book, but doesn't cover NT
Review: 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.

Rating: 5 stars
Summary: Simple, direct, effective book
Review: 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.


<< 1 >>

© 2004, ReviewFocus or its affiliates