serial port DTR/DSR handshaking with system.io.ports

B

Bandu

hi,

i'm using serial port functionality provided by .net framework 2.0
using system.io.ports.
Is there anyway that i can set DTR/DSR handshaking?


Regards,

Bandu
 
G

Guest

I forgot to mention that there is also a property for the DsrHolding
setting. The SerialPort control has both DtrEnable and DsrHolding properties
that you can set.

Adrian.
--
[Please mark my answer if it was helpful to you]




Adrian Voicu said:
Certainly, just add a SerialPort control to your form and then set the
DtrEnable property to true. Here is a list of all the properties you can use
on the SerialPort control:

http://msdn2.microsoft.com/en-us/library/system.io.ports.serialport_properties(VS.80).aspx

Adrian.
--
[Please mark my answer if it was helpful to you]




Bandu said:
hi,

i'm using serial port functionality provided by .net framework 2.0
using system.io.ports.
Is there anyway that i can set DTR/DSR handshaking?


Regards,

Bandu
 
B

Bandu

DtrEnable and DsrHolding didn't do Dtr/Dsr hardware handshaking.
Is that .net only support Cts/Rts Hardware handshaking?

Regards,

Bandu

I forgot to mention that there is also a property for the DsrHolding
setting. The SerialPort control has both DtrEnable and DsrHolding properties
that you can set.

Adrian.
--
[Please mark my answer if it was helpful to you]



Adrian Voicu said:
Certainly, just add a SerialPort control to your form and then set the
DtrEnable property to true. Here is a list of all the properties you can use
on the SerialPort control:

Adrian.
"Bandu" wrote:

- Show quoted text -
 

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

Top