Try this:
void setup() {
// put your setup code here, to run once:
char C[] = "AT";
Serial.begin(9600);
Serial.print(C);
}
Try this:
void setup() {
// put your setup code here, to run once:
char C[] = "AT";
Serial.begin(9600);
Serial.print(C);
}