What is the best way in Delphi to determine the basic flow control settings of “None”, “DTR/RTS”, “Xon/Xoff”?
It seems like each property OutCtsFlow, OutDsrFlow, ControlDtr, ControlRts, XonXoffOut, XonXoffIn, etc. each need to be inspected. While using the TVaConfigDialog it sets properties and I’m simply wanting to know the best way to determine the properties it sets. I didn’t see in the documentation if there is a “none”, “Xon/Xoff”, etc. property.