

Label3.Text = string.Format("Elapsed time : ", time / 60, time % 60) Private void timer1_Tick(object sender, EventArgs e) MessageBox.Show(mismatch.ToString() + " mismatch found!", "Compare", MessageBoxButtons.OK, MessageBoxIcon.Warning) MessageBox.Show("The file and EPROM are identical!", "Compare", MessageBoxButtons.OK, MessageBoxIcon.Information) MessageBox.Show("Response Error!", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning) MessageBox.Show("No response from the programmer!\nCheck the connections and select the correct COM port.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning) MessageBox.Show("Could not open the COM port!", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning) Private void btn_read_Click(object sender, EventArgs e) Serial = new SerialPort(comboBox2.Text, 57600, Parity.None, 8, StopBits.One)
SERIAL PORT EPROM PROGRAMMER SERIAL
Serial = new SerialPort(comboBox2.Text, 250000, Parity.None, 8, StopBits.One)

Private void comboBox2_SelectedIndexChanged(object sender, EventArgs e) String ports = SerialPort.GetPortNames() Private void comboBox2_DropDown(object sender, EventArgs e) Private void Form1_Load(object sender, EventArgs e)
