isPrintable()

Descrição

Analisa se uma caractere é imprimível (isto é, qualquer caractere que produz uma saída, até mesmo um espaço). Retorna true se thisChar é imprimível. Por impimível diz-se os caracteres que pode ser impressos, como letras e números. Alguns caracteres são para controle e não podem ser impressos como o new line ('\n') e o tab ('\t').

Sintaxe

isPrintable(thisChar)

Parâmetros

  • thisChar: variável. Tipos de dados permitidos: char

Retorna

true: se thisChar é imprimível.

Código de Exemplo

if (isPrintable(meuChar)) { // testa se meuChar é imprimível Serial.println("The character is printable"); } else { Serial.println("The character is not printable"); }

Ver Também

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Disclosure: Some links in this section are Amazon affiliate links. If you make a purchase through these links, we may earn a commission at no extra cost to you.
Additionally, some links direct to products from our own brand, DIYables.

※ OUR MESSAGES