void setup() { } void loop() { a = SerialRead() if (a >= 0) { PrintLine(a) } Delay(100) }