Hello,
I'm writing an application that will use the SerialPort class. It will have a com port setup form that will have combo boxes for the port properties. Setting the PortName, BaudRate and DataBits are no problem. How can I set the SerialPort.Parity, SerialPort.StopBits, and SerialPort.Handshake to the selected values in their respective combo boxes.
Thank you,