Who want to help me for difference of Write and WriteLine in C# SerialPort


i need more information serialportx.write & serialportx.writeline , difference between thing.
when sending data lcd module error occurs.


serialport1.write("0"); ------> ok  (turn on led)
serialport1.writeline("test");  ------> ok (appeared on screen "test")

if faster error occurs this

serialport1.write("0"); ------> ok (turn on led)
serialport1.writeline("test");  ------> ok (appeared on screen "est" or tes" or "testt")

how can fix maybe in arduino code have problems

arduino delay 650.

let's see arduino code.

this is, after all, arduino forum


Arduino Forum > Using Arduino > Programming Questions > Who want to help me for difference of Write and WriteLine in C# SerialPort


arduino

Comments

Popular posts from this blog

Error compiling for board Arduino/Genuino Uno.

Installation database is corrupt

esp8266 (nodemcu 0.9) client.write très lent ???