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