Lines Matching refs:port
69 foreach (KeyValuePair<String, String> port in ports) in CatLog()
71 if (port.Value.Contains("Prolific")) in CatLog()
73 defaultPort = port.Key; in CatLog()
74 defaultPortDesc = port.Value; in CatLog()
82 foreach (KeyValuePair<String, String> port in ports) in CatLog()
84 if (port.Value.Contains("USB")) in CatLog()
86 defaultPort = port.Key; in CatLog()
87 defaultPortDesc = port.Value; in CatLog()
96 KeyValuePair<String, String> port = ports.First(); in CatLog()
97 defaultPort = port.Key; in CatLog()
98 defaultPortDesc = port.Value; in CatLog()