in specific, what i am trying to find out is if i change this - Serial.print(cmd, BYTE); to this - Serial.write(cmd);
will it do the same thing?
in specific, what i am trying to find out is if i change this - Serial.print(cmd, BYTE); to this - Serial.write(cmd);
will it do the same thing?