What modern (PCL) equivalent for Handshake.XOnXOff?
问题 I was using this legacy code: SerialPort serialPort = new SerialPort(); serialPort.BaudRate = 19200; serialPort.Handshake = Handshake.XOnXOff; ...but trying to port it to VS 2013 / .NET 4.5.1 in the "Core" (Portable Class Library) portion of a Xamarin solution, I get, " The name 'Handshake' does not exist in the current context " According to this, the Handshake enum is in System.IO.Ports namespace, but adding that to my usings evokes " The type or namespace name 'Ports' does not exist in the