Home :: Books :: Professional & Technical  

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
Parallel Port Complete: Programming, Interfacing & Using the PC'S Parallel Printer Port

Parallel Port Complete: Programming, Interfacing & Using the PC'S Parallel Printer Port

List Price: $39.95
Your Price: $26.37
Product Info Reviews

<< 1 2 3 >>

Rating: 5 stars
Summary: A deep insight in parallel port misteries !!
Review: A good and useful book ! This guide succeeded in solving our PS2 parallel port communication problems.

Rating: 5 stars
Summary: This book provides one of a kind information. Buy it!
Review: Axelson's book conducts you through the intricacies of accessing your PC parallel port from Visual Basic. It covers the all-important hardware details of each variation of parallel port, so that you can understand what may (and may not) be done using them.Sufficient example programs are included to illustrate each topic. Also included are the 16-bit and 32-bit DLLs required to access the parallel port I/O registers

Rating: 2 stars
Summary: e-book version is not worth buying
Review: Do not purchase the e-book version of this book.
The e-book version is over protected, Over priced and almost completely usless.
You Cannot print or copy and past the example code for use in your own programs. You do not get the Code disk with this either.
Neither can you copy the e-book to another computer or, as I was wanting, to a PDA. (The e-book is encripted)
Do Not waste your money on the e-book version of this book!
You will be better off with the Hard copy + Code disk.

Rating: 5 stars
Summary: Doing Project work? -Just buy this book..It's Excellent
Review: Excellent book. Technical issues discussed with great clarity and thourough understanding.A painstacking effort. Equally useful for hobyyists and professionals. Provides great insight into the working of parallel port and how best we can make use of this feature for interfacing the PC with external world.Several practical circuits given along with the VB programs.

-Strongly Recommended.

-Prof. M.G.BHATIA

Rating: 4 stars
Summary: Very useful indeed
Review: For many people involved in a project to connect something to a PC parallel port this book will be the only one needed. It contains detailed information about almost all aspects of parallel port interfacing for PC systems.

The author covers the port from the nitty gritty of designing and building custom hardware to connect to the parallel port to the higher level protocols such as the IEEE standard for daisy chain negotiation on the port.

The book covers all of the different modes of operation including ECP and EPP as well as the original parallel port and the PS/2 or bidirectional port.

As well as the descriptions of these aspects of the parallel port the book includes a disk with code to access and drive the port from Windows Visual Basic programs.

The book is aimed squarely at the PC & Windows world but it is applicable outside that environment. Many systems now include parallel ports that are register compatible with the PC parallel port from a programming point of view. More that that, the protocols that operate between the computer and the peripheral are standard and so something like the daisy chain protocol is relevant to any architecture that wants to use it.

My only criticism is the way in which some information is presented. It's not that anything is left out, but by way of an example, the IEEE standard document is a more readable description of the daisy chain protocol than this book.

Rating: 5 stars
Summary: The Title says it All
Review: I cannot recommend this book highly enough for the home gageteer. The author Jan Axelson is a rare example of someone that knows her stuff, explains it well to novices, and provides excellent generic examples of code. The examples provided cover situations such as; exporting data bits out thru the parallel port, reading info from the data port, searching for data ports and addresses, and using the parallel port to communicate pc to pc. Seldom do you find a "can-do" person that provides excellent instruction at a beginner's level. The fascination of this book is that as home computers become more powerful, they are still limited in their effect on the external environment, except through dedicated peripherals, such as printers, scanners, etc. With this book, a pc port relay kit (purchased off the internet), and maybe a semester of Visual Basic instruction and " you da man ". Once you can open and close a relay connected to your parallel port from a visual basic program you are off and running. Most electrical devices in you home become fair game. This book needs an update, except for a Tour-de Force in the beginning chapters of code segments in Pascal, Assembler And Quick-Basic, the remainder of the book is in Visual basic 4.0. This reader had no problem importing the examples provided on the enclosed floppy disk into Visual Basic 5.0 . This author has also written a sister book "The Complete Serial Port ", and it is on my "must read " list.

Rating: 4 stars
Summary: Most certainly worth the money i paid for it
Review: i found this book to be of great use. it is fairly well written, comes with software and lots of sample circuit schematics for building things.

there dont appear to be that many books on this subject available (last time i looked on amazon i got 6 results) and i was pleased to find that this book provided me with the information i required to complete certain projects. household automation and a security system being among them.

i have to admit that the visual basic code is a bit long winded, and am left asking the question, why not just use assembly language (3 lines of code required to write to or read from a port, as opposed to dozens of lines of code to do it with visual basic). though i guess most people dont have time to go and learn how to program in assembler before hand. but if your reading this and have considered maybe learning assembly language, i urge you to do so. its not neally as hard as people say, just takes some getting used to and some patience. a good beginner assembly language book is Kip R. Irvine's "assembly language for intel based computers". and a more advanced one which i hold in high regard is "The 80x86 IBM PC and Compatible Computers (Volumes I & II) Assembly Language, Design, and Interfacing". NOTE: assembly language is really the only way to go for real time control.

overall im very happy i bought this book and would recommend it to anyone wanting this information, unless they were intending to do something with an nt based operating system, in which case this book is useless to them, beyond explaining how the parallel port works, and for the example circuits.

Rating: 4 stars
Summary: Most certainly worth the money i paid for it
Review: i found this book to be of great use. it is fairly well written, comes with software and lots of sample circuit schematics for building things.

there dont appear to be that many books on this subject available (last time i looked on amazon i got 6 results) and i was pleased to find that this book provided me with the information i required to complete certain projects. household automation and a security system being among them.

i have to admit that the visual basic code is a bit long winded, and am left asking the question, why not just use assembly language (3 lines of code required to write to or read from a port, as opposed to dozens of lines of code to do it with visual basic). though i guess most people dont have time to go and learn how to program in assembler before hand. but if your reading this and have considered maybe learning assembly language, i urge you to do so. its not neally as hard as people say, just takes some getting used to and some patience. a good beginner assembly language book is Kip R. Irvine's "assembly language for intel based computers". and a more advanced one which i hold in high regard is "The 80x86 IBM PC and Compatible Computers (Volumes I & II) Assembly Language, Design, and Interfacing". NOTE: assembly language is really the only way to go for real time control.

overall im very happy i bought this book and would recommend it to anyone wanting this information, unless they were intending to do something with an nt based operating system, in which case this book is useless to them, beyond explaining how the parallel port works, and for the example circuits.

Rating: 5 stars
Summary: Very thorough and informative.....good job as usual for Jan.
Review: I have read Jan's columns for years in various electronics magazines and papers. She does not disappoint in this book. She presents the subject of PC interfacing very thoroughly and with much detail. Her use of Visual Basic was important so that the book would appeal and be usable to the most widest audience possible. Not everyone is a C programmer so I think the book would be useful to all. The book cleared up many concepts for me. Very well written.

Rating: 5 stars
Summary: It helped me create a working interface...
Review: I suppose the best comment I can make is that I went from not knowing anything about the parallel port, to creating a successful and fairly fast interface between a PC and an FPGA core (that I also created) using nothing but this book. I use this core circuit now to interface to my hardware designs at work, and quickly develop and modify GUI interfaces in Visual Basic. I can download multi-megabit configuration files to my circuits in about 10 seconds via my parallel port implementation. The LabView folks with their custom DIO cards and kludgey software updating are all green with envy. ;-)

So, if this book can get this Mac-head developing parallel port interfaces to custom hardware under Windows NT within a span of three weeks, it's got to be pretty good!


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates