Rs232-class question

  • Thread starter Thread starter Mika M
  • Start date Start date
M

Mika M

Hi!

My application uses Rs232-class, which was shipped with "101 VB.NET
Samples\Framework - Using the COM Port".
I need to sent certain kind of string into peripheral equipment attached to
COM1-port , and after receiving this string of my application this equipment
should return string back into my application.

Is it possible by using this Rs232-class to get return string after sending
string into COM-port first? I haven't succeeded yet :(
 
Hi,

In the vb.net resource kit there is the free sax.net community
edition control. It supports sending and recieving from serial ports.
Maybe that will help.

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Ken
-----------------------------
Hi!

My application uses Rs232-class, which was shipped with "101 VB.NET
Samples\Framework - Using the COM Port".
I need to sent certain kind of string into peripheral equipment attached to
COM1-port , and after receiving this string of my application this equipment
should return string back into my application.

Is it possible by using this Rs232-class to get return string after sending
string into COM-port first? I haven't succeeded yet :(
 
Hi,

Default install location.
C:\Program Files\Visual Basic .NET Resource Kit\Application\Content\Third
Party Components\FREE .NET Controls\SAX.NET

Ken
-------------------------
Mika M said:
In the vb.net resource kit there is the free sax.net community
edition control. It supports sending and recieving from serial ports.
Maybe that will help.

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Thanks Ken of your reply!

I downloaded and installed Resource Kit, but haven't take a look at it
before. So could you, or somebody else, give me more tips where in Resource
Kit can I find this sax.net control and maybe example code too.

Maybe I'll find it by myself soon, but I have some problems with IE (as
usually dispite of SP2 and IIS configured for WinXP Prof.) as you can see
of the attached picture. I thought earlier IE is web-browser, and not only
HTML-viewer :) Because of these problems I prefer Mozilla browsers these
days.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top