asmrobot
2019-11-21 589ed88a5924a7494e21b95b6bbff5e46ff49ddd
src/RichCreator.Utility/InputControl/HardwareInputControl.cs
@@ -17,8 +17,6 @@
        private SerialPortConnect connect;
        private bool isfinalize = false;
        private Int32 receiveCounter = 0;//接收计数
        private byte[] mouseBuffer = new byte[5];//鼠标移动缓存
        private byte[] keyBuffer = new byte[9];//键盘输入缓存