473,413 Members | 1,807 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

Serial Communications: best way to start??

Hi, all! Using VS.Net '03 under Win2k3 Server; clients will be XP, Win2k...

I'm just beginning to look into how I would go about building serial
communication apps in VB.Net, and am not sure where to begin looking for
info, libraries, etc. The applications will basically query serial devices
for whatever info they contain, clear it, etc...

Can someone suggest some starting points for me on this? I saw one brief
blurb that suggested possibly using the old MSComm component, but I was
hoping there might be a better managed solution for .Net.

All suggestions welcome! Thanks!
Jack
Nov 20 '05 #1
5 1350
md
google.com

"Jack Black" <ja*************@hotmail.com> wrote in message
news:eC**************@TK2MSFTNGP11.phx.gbl...
Hi, all! Using VS.Net '03 under Win2k3 Server; clients will be XP, Win2k...
I'm just beginning to look into how I would go about building serial
communication apps in VB.Net, and am not sure where to begin looking for
info, libraries, etc. The applications will basically query serial devices for whatever info they contain, clear it, etc...

Can someone suggest some starting points for me on this? I saw one brief
blurb that suggested possibly using the old MSComm component, but I was
hoping there might be a better managed solution for .Net.

All suggestions welcome! Thanks!
Jack

Nov 20 '05 #2
Hi,

The visual basic.net resource kit comes with the sax.net community
edition. Free serial communication control.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Ken
------------------
"Jack Black" <ja*************@hotmail.com> wrote in message
news:eC**************@TK2MSFTNGP11.phx.gbl...
Hi, all! Using VS.Net '03 under Win2k3 Server; clients will be XP, Win2k...
I'm just beginning to look into how I would go about building serial
communication apps in VB.Net, and am not sure where to begin looking for
info, libraries, etc. The applications will basically query serial devices for whatever info they contain, clear it, etc...

Can someone suggest some starting points for me on this? I saw one brief
blurb that suggested possibly using the old MSComm component, but I was
hoping there might be a better managed solution for .Net.

All suggestions welcome! Thanks!
Jack

Nov 20 '05 #3
Thanks for the heads-up! :) I've got that downloading even as we speak...
:) Any gotchas with serial comm in .Net that I need to keep an eye open
for? Bugs, "features", etc???

Jack
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uI**************@TK2MSFTNGP10.phx.gbl...
Hi,

The visual basic.net resource kit comes with the sax.net community
edition. Free serial communication control.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Ken
------------------
"Jack Black" <ja*************@hotmail.com> wrote in message
news:eC**************@TK2MSFTNGP11.phx.gbl...
Hi, all! Using VS.Net '03 under Win2k3 Server; clients will be XP,

Win2k...

I'm just beginning to look into how I would go about building serial
communication apps in VB.Net, and am not sure where to begin looking for
info, libraries, etc. The applications will basically query serial

devices
for whatever info they contain, clear it, etc...

Can someone suggest some starting points for me on this? I saw one brief blurb that suggested possibly using the old MSComm component, but I was
hoping there might be a better managed solution for .Net.

All suggestions welcome! Thanks!
Jack


Nov 20 '05 #4
Dick, thanks for responding!

In checking Amazon, it says that it would take 8-9 weeks for delivery; is
your book out of print, or a small-market publishing?

Jack
"Dick Grier" <di**************@msn.com> wrote in message
news:OI****************@TK2MSFTNGP11.phx.gbl...
Hi,

The considerations for .NET are no different than with earlier versions of
VB. What have you done before? I have example code in my book (see below), and try to answer specific questions here.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.

Nov 20 '05 #5
Hi,

In checking Amazon, it says that it would take 8-9 weeks for delivery; is
your book out of print, or a small-market publishing?
<<

No, it very much is "in print." However, as you guessed, the market is
small enough that Amazon does not keep them in stock. An annoying fact is
that Amazon demands such a large discount from publishers for the books that
they stock that Amazon's cost would be below our actual publishing expense!
It is tough to sell a product for negative profit.

I wanted to keep the nominal "retail" cost of the book below $40, which
isn't easy for a book that includes a CD ROM. If we had charged $50 for the
book, so that we could have Amazon stock it, we'd just break even.
All-in-all, I think we made the right choice, though this does reduce its
sales volume.

So, the easiest and fastest way to order is directly from the publisher at
www.mabry.com/vbpgser. They ship by Priority Mail as their normal delivery
mechanism, so it takes only a few days. However, you can specify Overnight
shipping if you need it RSN. This costs extra, of course.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: dalewz | last post by:
Hi, Could sb kindly answer my following questions: Plan: I am trying to find a language to build a GUI to communicate with our device via serial port. Questions: 1. which language (VC++...
1
by: Andreas Horneff | last post by:
Hi @ all, I've got a problem with serial communication in Borland C++ Builder. I've already found a lot of stuff about serial communication in the internet, but it dosen't work. What I want...
6
by: Peter Krikelis | last post by:
Hi All, I am having a problem setting up input mode for serial communications. (Sorry about the long code post). The following code is what I use to set up my comm port.
10
by: Jim H | last post by:
I need to communicate using a serial port. Are there any classes or libraries for this in .NET? If not are there any open source libraries for this out there? jim
0
by: David | last post by:
I am having trouble with "ACCESS DENIED" error messages in a VB.NET 2003 application when attempting to open serial comms ports. The application has 2 ports that connect via serial cable to 2...
4
by: Gary Frank | last post by:
I'd like to write a program in VB.Net that handles serial communications to several devices. VB.Net 2003 does not have adequate built-in serial communications. I heard that 2005 will have that. ...
5
by: Franklin M. Gauer III | last post by:
Hi All, I've written an ASP.NET application (webservice) that does simple serial communications via the .NET 2.0 SerialComm object. The application runs fine on my development machine. The...
6
by: John Wright | last post by:
I am trying to read the data from a device on a serial port. I connect just fine and can receive data fine in text mode but not in binary mode. In text mode the data from the device comes in...
4
by: adlloyd | last post by:
Hi all, I've got an application that's written in C++ making use of MFC (VS6). Its purpose is to process SMS messages received from a GSM modem connected via a serial port (USB connection). The...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.