我才接触C#,做了单片机串口软件,在软件里可以发送数据但是 是能发送0-9;在发送两位数的时候 却只能发送个位,请哪位知道的仁兄,告知一二,不胜感激,程序源码: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;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}