public object Clone() { SerialRWSettings r = (SerialRWSettings)MemberwiseClone(); r.SerialPort = (SerialPortSettings)SerialPort.Clone(); return(r); }