使用WPF在SerialCommunication中出现挂起问题

时间:2014-02-04 11:13:12

标签: c#

目前正在开发能够阅读和阅读的应用程序。用Test Instruments写,支持串行通信。

使用线程能够执行读写操作,当应用程序执行超过2小时时,应用程序会挂起。通常读写操作执行如下:

  • Opening the serial communication
  • perform read or write
  • Closing serial communication

要执行任何UI更新,请使用以下语法

RichTextBoxControl.Dispatcher.Invoke(
    new Common.DisplayActualResult(uiDisplay.Display), 
    new object[] 
    { 
        analyzerDisplay 
    }
);

请您根据性能和加载情况建议即兴创作应用程序。

0 个答案:

没有答案