Customer Reviews


25 Reviews
5 star:
 (12)
4 star:
 (8)
3 star:
 (1)
2 star:
 (1)
1 star:
 (3)
 
 
 
 
 
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


16 of 16 people found the following review helpful:
5.0 out of 5 stars Great Book! Helped me a lot...
Needed to write a VB6.0 program to communicate with ten (10) temperature controllers via RS485. Also wrote an ActiveX dll in VB6.0 to communicate to an Electrocraft Servo Drive Controller. This book helped immensely in both of those tasks. If you need examples of how to use the MSCOMM control, this book is it!
Published on April 7, 1999 by Philip A. Covington

versus
2 of 2 people found the following review helpful:
3.0 out of 5 stars Looking for a Serial Comm Tutorial Type
One thing that i like in this book is the author's recommendation on how to optimize the serial communication program in terms of program execution speed. However, i do not like the way source codes are pointed out. Some codes are shaded gray and it took me time to find which code is being explained. Each line of code should have been numbered. Additionally, the book may...
Published on October 29, 2001 by LORENZ SAN AGUSTIN


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

16 of 16 people found the following review helpful:
5.0 out of 5 stars Great Book! Helped me a lot..., April 7, 1999
Amazon Verified Purchase(What's this?)
Needed to write a VB6.0 program to communicate with ten (10) temperature controllers via RS485. Also wrote an ActiveX dll in VB6.0 to communicate to an Electrocraft Servo Drive Controller. This book helped immensely in both of those tasks. If you need examples of how to use the MSCOMM control, this book is it!
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 My Bible, January 19, 2000
As a VB programmer for 4 years, the last 2 spent working with various instruementation devices, serial comms is a MUST KNOW area for me. This book has been my main port of call for any serial comms issue that I have come accross. Although at this stage it is rarely moved from my book shelf, that is only because its knowledge is lodged firmly in my head. Excellent book. Well Done.
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:
4.0 out of 5 stars Brings serial support and VB together nicely, June 12, 1997
By A Customer
I am always pleasantly surprised by the number of people in thetechnical world who take the time to summarize their knowledge andshare it with others. Dick Grier has done a fine job of getting together information that ties serial communications and Visual Basic together. If you are a novice to intermediate user of either serial communications or Visual Basic (in my case, I am a novice VB programmer), the book will provide sufficient info to get you "over the top". Modems, terminal emulators, loggers, GPS interfacing and telephony are some of the areas that are covered. You may find a sample app that fits just what you are trying to accomplish. To facilitate moving beyond the information the book provides, Dick has included a list that covers lots of additional resources for data.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
4.0 out of 5 stars 'Thumbs Up' for VB Programmer's Guide To Serial Comm., July 10, 1997
By A Customer
Dick Grier is a proven expert in the field of serial communications and Visual Basic as documented by his peer-support contributions in both the VB Compuserve forum and VB Microsoft Newsgroups over the years. His book, "Visual Basic Programmer's Guide To Serial Communications" is well structured and well written including a serial communications primer, Modem FAQ (and answers), and the ins and outs of implementing data communications using all versions of Visual Basic (2.0 - 5.0) . Coverage includes intricacies (and code examples) of the Visual Basic MSComm control, and discussions relating to the use of the Windows data communications API and Visual Basic. If you are involved in any type of Visual Basic related serial communications development I would highly recommend this book
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:
5.0 out of 5 stars For VB and Serial Communications, This Book Is It!, October 30, 1998
By A Customer
I'm an advanced beginner at Visual Basic. I am in the middle of a project that requires me to connect a few machines together through serial ports. Needless to say, I was in over my head. Note that I "was" in over my head. With Grier's book in hand I am not. This book is a life saver! It shows exactly what and how to communicate via serial ports, modems, pagers and more.
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 The author knows his subject thoroughly from the inside out., June 19, 1997
By A Customer
If you are in the midst of a VB telecomm project and keepgettingstung by unexpected "gotcha"s, you need this book. If you are using a VB "control" like PDQComm for the first time, and are confused by the documentation, you need this book. If your program works, but you want to improve its stability and ease of use, you need this book.

Dick Grier has spent a lot of time answering question about modems and serial communications on CompuServe, and this book distills a great deal of the knowledge he has accumulated. There is no "filler" here, just massively useful information that can be applied to any serial communications project. I am not aware of any other book in print that covers serial communications in such an easy to understand, straightforward manner. There's even some exotic stuff about using Global Position Finders that I find extremely intriguing. All of the code examples are in VB3/VB4, but you should have no difficulty "porting" the methods to VB5.

Two caveats: First off, this is NOT a "Visual Basic for Dummies" book; you should not expect half the book to be a tutorial on the fundamentals of programming. It is about designing reliable Visual Basic code for serial communications, nothing else. (And it covers the topic admirably.) Secondly, you may hear unfavorable comments on this book, based on the first printing. The initial printing of the book had some unfortunate typesetting errors, which turned some of the text into gibberish. This has been corrected in subsequent printings and the copy that I have. If in doubt, check section 5.1.1. If the code example has lines beginning with "im" instead of the correct "Dim", you have a copy from print run #1.

But what do I REALLY think about this book? When Dick Grier finishes his next book, I'll be waiting in line to buy it.

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


7 of 8 people found the following review helpful:
4.0 out of 5 stars Very useful book, July 14, 2000
By 
I bought this book while trying to build a project which was basically a modem terminal like those we used to access BBS in those old days before the internet. I knew a lot about modem terminals, I was comfortable with modems, but VB 6 was new to me, so, it just wasn't easy. Richard's book helped a lot, I did end up building a fairly decent terminal. It might be true that the book is a bit oriented to modems, but you will also find information that will be useful in several other projects.

It was a pity that the author did not include a better version of the terminal. He does, however, include several components which you can use, modem LED lights, a init string selector etc. Would have been nice to see it all working together, but we can learn while trying to do it ourselves.

Also, I was very impressed with Richard's help. Here's an author that prints his email in the book, and actually replies to it very quickly. Richard was very helpful clearing some of my questions and even sent me some code. Excellent.

Buy it if you need help with modems and VB 6, and strongly think about buying it if you don't use modems but need any serial port action with VB.

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 Wow! Great Book, June 21, 2002
By A Customer
This is an excellent, excellent reference for using serial ports with VB. I can't say enough for this book. The author knows his material and communicates his knowledge very well. I am using it to write a communications program to interface with field devices using the modbus protocol. The book doesn't specifically cover modbus, but I still found this book to be very helpful. Again, excellent!
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 6 stars if it was possable., December 27, 1999
By A Customer
This book covered the need to know level of serial programming for VB. Sure, if your a protocol developer, you may want something else, but for the 90% VB market, this is it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Looking for a Serial Comm Tutorial Type, October 29, 2001
By 
LORENZ SAN AGUSTIN (Manila, Philippines) - See all my reviews
One thing that i like in this book is the author's recommendation on how to optimize the serial communication program in terms of program execution speed. However, i do not like the way source codes are pointed out. Some codes are shaded gray and it took me time to find which code is being explained. Each line of code should have been numbered. Additionally, the book may need to add some more pages that will walk the reader through a small most common serial comm project from "scratch to finish". Overall, this book is a good reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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

This product

Visual Basic Programmer's Guide to Serial Communications
Visual Basic Programmer's Guide to Serial Communications by Richard Grier (Paperback - March 31, 2004)
Used & New from: $44.95
Add to wishlist See buying options