read 22 byte from FTDI serial port in c# is too slow
问题 I have a FTDI serial port and I have to write something in serial port to start reading 22 byte I have a very strange problem. I read this data too slow I don't know what is my problem this is my code:` public partial class Form1 : Form { public Form1() { InitializeComponent(); } int count; private void button1_Click(object sender, EventArgs e) { // serialPort1.Open(); // serialPort1.Write(Convert.ToString(0x02)); //here we converted the same method to convert hex to string to be send using