摘要: ```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 阅读(575) 评论(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 阅读(1049) 评论(0) 推荐(0) 编辑