computerless arduino?

PaulS:

the line it stops dead at and hilites is:

That agrees with what the compiler was telling you. The HardwareSerial class has two constructors - one that takes 11 values, and one that takes an existing instance (the copy constructor). It does not have a no-argument constructor, so that code is (now) invalid.

ok so wat do i do to make it happy? :slight_smile: