I just yesterday started programming on arduinoArduino, and I have a little problem.
I want to print "#S|SKAITYMAS|[1]#" in one line, except instead of "1" I would like to use an int value. However, this one doesn't work :
Serial.println ("#S|SKAITYMAS|[",LINENR,"]#");
Any hint or tips would be appreciated.