Esempio n. 1
0
        public void RunMainCycle()
        {
            LogClass.Write("Opening COM port");
            TypedSerialPort = new StronglyTypedSerialPortConnector(
                inputMessageQueue, _outputMessageQueue);
            TypedSerialPort.SearchForPortAndConnect();

            sendThread.Start();
            Console.ReadLine();
        }
Esempio n. 2
0
        public void RunMainCycle()
        {
            LogClass.Write("Opening COM port");
            TypedSerialPort = new StronglyTypedSerialPortConnector(
                inputMessageQueue, _outputMessageQueue);
            TypedSerialPort.SearchForPortAndConnect();

            sendThread.Start();
            Console.ReadLine();
        }
Esempio n. 3
0
        public int RunMailCycle()
        {
            TypedSerialPort = new StronglyTypedSerialPortConnector(
                inputMessageQueue, outputMessageQueue);
            TypedSerialPort.SearchForPortAndConnect();

            sendThread.Start();
            Console.ReadLine();
            return 0;
        }
Esempio n. 4
0
        public int RunMailCycle()
        {
            TypedSerialPort = new StronglyTypedSerialPortConnector(
                inputMessageQueue, outputMessageQueue);
            TypedSerialPort.SearchForPortAndConnect();

            sendThread.Start();
            Console.ReadLine();
            return(0);
        }