Ok I will change that, but yet the command +++ is not returning the "OK", even if a only use that in void setup(), like it:
void setup()
{
Serial.begin(9600);
Serial.print("+++");
}
Checking it on T Term the command OK isn't returned.
Ok I will change that, but yet the command +++ is not returning the "OK", even if a only use that in void setup(), like it:
void setup()
{
Serial.begin(9600);
Serial.print("+++");
}
Checking it on T Term the command OK isn't returned.