본문 바로가기

카테고리 없음

Winapi Serial Port List

Winapi Serial Port List

Winapi Serial Port List Of Florida

Winapi Serial Port ListWinapi

I have a project in which i draw in drawing and same thing is drawn in glcd. Through serial communication,byte buffer2send = new byte1;byte data2send = 0;data2send = Byte.Parse(textBox2.Text);//this way you will get the value 12 in your variable//we will use a buffer because the serialport.Write takes either a string or a buffer of databuffer2send0 = data2send;MessageBox.Show(“” + buffer2send + ” ” + buffer2send.Length);serialPort1.Write(buffer2send, 0, buffer2send.Length);i basicaly send 12 or like this values on microcontrollerbut at recieving side i cant recieve respective value so plz guide me.