コード例 #1
0
        public void DiscoveryTest()
        {
            List <SerialPortConfigParameters> serialPortConfigParameterses = new List <SerialPortConfigParameters>();
            var cfg1 = new SerialPortConfig(_connString1);
            var cfg2 = new SerialPortConfig(_connString2);


            DiscoverSerialConnections disc = new DiscoverSerialConnections(cfg1.GetConnectionObject(), "TestTitle", "TestMessage");
            var conf = disc.Run();
        }