摘要:
```C# if (dataGridView1.Rows.Count == 0) { MessageBox.Show("No data available!", "Prompt", MessageBoxButtons.OK, MessageBoxIcon.Information); return; } else { SaveFileDialog saveFileD... 阅读全文
posted @ 2019-03-24 17:07
MemoryPro
阅读(596)
评论(0)
推荐(0)
摘要:
串口解析显示中文 搜索串口 c private void User_SearchSerialPort() { try { string[] ArryPort = SerialPort.GetPortNames(); cb_ComName.Items.Clear(); for (int i = 0; 阅读全文
posted @ 2019-03-24 17:07
MemoryPro
阅读(1067)
评论(0)
推荐(0)

浙公网安备 33010602011771号