求C#编写串口调试助手的源代码,
[b][b]求C#编写串口调试助手的源代码,
怎么用求C#编写串口调试助手啊???
求助!!求助!!
------解决方案--------------------无聊
网上大把的例子
------解决方案--------------------自己写一个吧,没有多难
------解决方案--------------------就是串口读数和取数而已。
------解决方案--------------------using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Threading;
namespace WindowsFormsApplication10
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public delegate void Displaydelegate();
byte[] duqu;
public void jieshou_Shuju()
{
if (p == 1)
{
if (openFileDialog1.FileName.Split('.')[1] == "jpg")
{
duqu = new byte[serialPort1.BytesToRead];
serialPort1.Read(duqu, 0, duqu.Length);