Orçun Or
Orçun Or
private async void btnOpen_Click(object sender, EventArgs e) { try { var buffer = new byte[9]; buffer[0] = 0x00; buffer[1] = 0x15; buffer[2] = 0x00; // buffer[3] = 0x00; // buffer[4]...
When the connect button is pressed, I want it to listen to the buffer asynchronously and write the data coming to the listbox, at the same time to read an...
When I click the connect button, although there is no action, a data comes from the buffer and it comes only once and I can see it, but I want...