473,386 Members | 1,804 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,386 software developers and data experts.

MSCOMM32

I have seen a lot of messages over the last year or two about replacement of
the MSCOMM32.
The ones I have read all have different ideas.
Is there now a consensus, or not?

Thanks,
Michael
Nov 20 '05 #1
10 1698
HI Michael,

use the Resource Kit http://msdn.microsoft.com/vbasic/vbrkit/
inside is a control from Sax

a.. Sax Software Corp
Sax.net Communications makes it easy to add scalable serial communications
to all your .NET applications.

Regards

Thomas Wenning

"Michael" <IN******@aol.com> schrieb im Newsbeitrag
news:uW*******************@twister.tampabay.rr.com ...
I have seen a lot of messages over the last year or two about replacement of the MSCOMM32.
The ones I have read all have different ideas.
Is there now a consensus, or not?

Thanks,
Michael

Nov 20 '05 #2
* "thomas wenning" <th************@gmx.de> scripsit:
use the Resource Kit http://msdn.microsoft.com/vbasic/vbrkit/
inside is a control from Sax

a.. Sax Software Corp
Sax.net Communications makes it easy to add scalable serial communications
to all your .NET applications.


AFAIK this is a "Community Edition". Does it have any "limitations"?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
* "Michael" <IN******@aol.com> scripsit:
I have seen a lot of messages over the last year or two about replacement of
the MSCOMM32.
The ones I have read all have different ideas.
Is there now a consensus, or not?


No.

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
HI Herfried
Using Sax.net Communications Community Edition you can control both RS232
and RS485 serial ports, as long are connected to COM1 to COM8. To work with
an unlimited number of ports, you need Sax.net Communications Professional
Edition, which also supports multi-port cards such as Digiboards.

It is possible to develope Script-driven programs (make a connection,
perform a number of steps, and disconnect)
or Event-driven programs (the device wake you up when it has data to
process) with this control.

I use it without any problem.

Regards

Thomas

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb im Newsbeitrag
news:br*************@ID-208219.news.uni-berlin.de...
* "thomas wenning" <th************@gmx.de> scripsit:
use the Resource Kit http://msdn.microsoft.com/vbasic/vbrkit/
inside is a control from Sax

a.. Sax Software Corp
Sax.net Communications makes it easy to add scalable serial communications to all your .NET applications.


AFAIK this is a "Community Edition". Does it have any "limitations"?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #5
* "thomas wenning" <th************@gmx.de> scripsit:
Using Sax.net Communications Community Edition you can control both RS232
and RS485 serial ports, as long are connected to COM1 to COM8. To work with
an unlimited number of ports, you need Sax.net Communications Professional
Edition, which also supports multi-port cards such as Digiboards.


OK, thanks. The control will fit the requirements of most people...

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #6
I am downloading it right now....
Thanks,
Michael

"thomas wenning" <th************@gmx.de> wrote in message
news:Oz**************@TK2MSFTNGP12.phx.gbl...
HI Michael,

use the Resource Kit http://msdn.microsoft.com/vbasic/vbrkit/
inside is a control from Sax

a.. Sax Software Corp
Sax.net Communications makes it easy to add scalable serial communications
to all your .NET applications.

Regards

Thomas Wenning

"Michael" <IN******@aol.com> schrieb im Newsbeitrag
news:uW*******************@twister.tampabay.rr.com ...
I have seen a lot of messages over the last year or two about
replacement of
the MSCOMM32.
The ones I have read all have different ideas.
Is there now a consensus, or not?

Thanks,
Michael


Nov 20 '05 #7
Hi,

There is no consensus, I'm sure. You should use whatever makes your job
easiest and most productive. I use at least five different serial "tools"
for .NET, depending on what I'm doing (and, often, what are my client's
needs).

--
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 #8
I downloaded it to several of my machines.
What do I do next.
the e-link that it installs in Programs.... opens the .Net IDE to edit the
file.

Thanks,
Michael

(My goal is to have a .Net clue by 02/01/04)
"thomas wenning" <th************@gmx.de> wrote in message
news:Oz**************@TK2MSFTNGP12.phx.gbl...
HI Michael,

use the Resource Kit http://msdn.microsoft.com/vbasic/vbrkit/
inside is a control from Sax

a.. Sax Software Corp
Sax.net Communications makes it easy to add scalable serial communications
to all your .NET applications.

Regards

Thomas Wenning

"Michael" <IN******@aol.com> schrieb im Newsbeitrag
news:uW*******************@twister.tampabay.rr.com ...
I have seen a lot of messages over the last year or two about
replacement of
the MSCOMM32.
The ones I have read all have different ideas.
Is there now a consensus, or not?

Thanks,
Michael


Nov 20 '05 #9
Can you go into more detail?
All I do is 'talk' to devices. Simple stuff. Well, it was simple before
..Net.

Thanks,
Michael

"Dick Grier" <di**************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

There is no consensus, I'm sure. You should use whatever makes your job
easiest and most productive. I use at least five different serial "tools"
for .NET, depending on what I'm doing (and, often, what are my client's
needs).

--
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 #10
Hi,

If you want to use code almost identical to that used for MSComm, then I
suggest that you download NETComm.ocx from my homepage. It is free, and the
syntax is very close. It wraps all MSComm functions so that it may be used
in .NET apps with no licensing restrictions -- and is free.

There are several class modules available that use P/Invoke to call the
Windows communications API. I have one in my book (see below), and you can
download others
(http://msdn.microsoft.com/vbasic/dow...es/default.asp for
example).

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 #11

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

Similar topics

2
by: Tom Hill | last post by:
I am having trouble using MSComm32.OCX in my VB6 application. When I attempt to use the set command to create the comm object, like this: Dim MSComm1 As Object Set MSComm1 =...
1
by: Sue | last post by:
I want to deploy a Visual studio.net windows application. This application uses MSCOMM32.OCX control. This application works fine on a development machine. However, if I deploy it on a...
2
by: eray | last post by:
hi ; at the C# compiler using a MSCOMM32.ocx project, when i want to install this project on the pc which is not installed visual basic says "there is no licence". for solving this problem do i...
0
by: Eray Çakır | last post by:
hi ; at the C# compiler using a MSCOMM32.ocx project, when i want to install this project on the pc which is not installed visual basic says "there is no licence". for solving this problem do i...
0
by: VR | last post by:
I wrote a wrapper class around mscomm32.ocx in C# and I have a problem deploying it to a PC without IDE installed. I am getting an error message about the class not being licensed. I found some...
5
by: Mohammed Abdel-Razzak | last post by:
Dear sirs I`ve added the com component "Microsoft communications control" to my project toolbox (in C#) but when I double clicked it, I got the following error message "You don`t have a license to...
1
by: Ken Maitland | last post by:
I have a version of mscomm32.ocx on my machine which is dated 1997. I assume this is the version that came with my Visual Development suite 97. I did not buy a Version 6 and went straight to...
2
by: Urs Vogel | last post by:
Hi For supporting the serial port for remote data collection on manufacturing devices, I added the mscomm32.ocx Active-X component to my .Net 1.1 application, which works fine on my machine (I...
2
by: Alex Su | last post by:
Hello all, I'm new to VB.net and have just built a small application that makes use of some VB6 ocx such as mscomm32.ocx for data communication with a machine. The application runs OK but when I...
1
by: kannank24 | last post by:
i am using MScomm32.ocx while deploying its saying ....MScomm32.ocx needs dependency and i cant able to go further... can anybody help me out
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.