I noticed that the constructor SerialPortChannel(comPort, baudRate, parity, dataBits, stopBits)
takes everything needed except flow control.
Is there anyway to set that to XON/XOFF for example? or is flow control default is "none"?
Thanks
Rebex's SerialPortChannel class uses system's SerialPort class, which doesn't offer this setting in constructor either.
SerialPortChannel
SerialPort
You can set this after construction using the SerialPortChannel.Port.Handshake property.
SerialPortChannel.Port.Handshake
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.