Wince 串口关闭死机在Wince上,窗口关闭的时候将当前时候的串口关闭掉!但是会概率的出现死机现象,屏幕程序无任何反应。暂停掉之后一直停在serialPort1.Close();程序如下:
private void HeightTWind_Closed(object sender, EventArgs e) { if (serialPort1.IsOpen) { serialPort1.Close(); } }