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

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

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

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

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