【下载说明】
1 点击上面的地址,打开下载页面
2 点击"普通下载"--等待30秒--点击"下载"按钮--保存
运行截图:
点击右侧的“》”按钮,可以将接收窗最大化。
会自动探测当前存在的串口。
可以在发送数据上添加新行、大写或转换为16进制。
主要源程序:
/*
* Created by SharpDevelop.
* User: PenG
* Date: 2012/10/31
* Time: 15:56
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using System.Diagnostics;
using System.IO.Ports;
using System.Text;
namespace SerialMonitor
{
/// <summary>
/// Description of MainForm.
/// </summary>
public partial class MainForm : Form
{
public SerialPort sp = new SerialPort()