Talking to my computer through Serial

const int MAXLEN = 32;
int length = 0;
char buffer[MAXLEN+1];

int? length could be a byte, and save half the memory. Got to be careful wasting memory.