Пример #1
0
        //private string RXString;

        #region ============================= Init / deinit ============================
        public MainForm()
        {
            InitializeComponent();
            CrystalDevice                = new CrystalDevice_t();
            CrystalDevice.ComPort        = serialPort;
            cbFreqSampling.SelectedIndex = 3;
            cbResolution.SelectedIndex   = cbResolution.Items.Count - 1;
            InformNoInfoOnSettings();
            comboBox_FIR_order.SelectedIndex = 0;
            comboBox_IIR_order.SelectedIndex = 0;
        }
Пример #2
0
 public MainForm()
 {
     InitializeComponent();
     CrystalDevice = new CrystalDevice_t();
     CrystalDevice.ComPort = serialPort;
     cbFreqSampling.SelectedIndex = 3;
     cbResolution.SelectedIndex = cbResolution.Items.Count - 1;
     InformNoInfoOnSettings();
     comboBox_FIR_order.SelectedIndex = 0;
     comboBox_IIR_order.SelectedIndex = 0;
 }