Beispiel #1
0
        private void btnPortConfig_Click(object sender, EventArgs e)
        {
            SerialPortConfig fsp = new SerialPortConfig(ispci, "Zigbee串口设置");

            fsp.ShowDialog();
        }
Beispiel #2
0
        private void btnSerialPortConfig_Click(object sender, EventArgs e)
        {
            SerialPortConfig spc = new SerialPortConfig(this.ispci, null);

            spc.ShowDialog();
        }
Beispiel #3
0
        private void 串口参数ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SerialPortConfig frmSPC = new SerialPortConfig();

            frmSPC.ShowDialog();
        }
Beispiel #4
0
        private void button4_Click(object sender, EventArgs e)
        {
            SerialPortConfig fsp = new SerialPortConfig(ispci, "GPS串口设置");

            fsp.ShowDialog();
        }