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