Serial.parseInt()
Descrição
Procura o próximo inteiro válido no buffer de recebimento serial. A função retorna se acabar o tempo limite (veja Serial.setTimeout()).
A função Serial.parseInt() é herdada da classe Stream.
Em particular:
- Caracteres iniciais que não são dígitos ou um sinal de menos, são ignorados;
- O Parsing termina quando caractetes não foram lidos em um time-out configurável, ou um valor não-digito é lido;
- Se nenhum dígito válido foi lido quando ocorre o time-out (ver Serial.setTimeout()), 0 é retornado;
Sintaxe
Serial.parseInt()
Serial.parseInt(char skipChar)
Parâmetros
- Serial: objeto porta serial. Veja a lista de portas seriais disponíveis em cada placa no Serial - Página principal
- skipChar: usado para ignorar o caractere indicado na busca. Usado, por exemplo, para ignorar o ponto em "2.000.000".
Retorna
O próximo inteiro válido - long.
Código de Exemplo
- Compile and upload the above code to Arduino
- Open Serial Monitor and select Newline option
- Type -125 on Serial Monitor and click Send button:
- The result on Serial Monitor:
※ Notas e Advertências:
Serial functions are not only used for the communication between an Arduino board and Serial Monitor of Arduino IDE but also used for the communication between:
- An Arduino board and other Arduino board
- An Arduino board and other sensors/devices
- An Arduino board and computer (any Serial software on computer)* An Arduino board and other Arduino board
- An Arduino board and other sensors/devices
- An Arduino board and computer (any Serial software on computer)
Ver Também
- Linguagem : Arduino - Serial
- Linguagem : Serial.available()
- Linguagem : Serial.availableForWrite()
- Linguagem : Serial.begin()
- Linguagem : Serial.end()
- Linguagem : Serial.find()
- Linguagem : Serial.findUntil()
- Linguagem : Serial.flush()
- Linguagem : Serial.getTimeout()
- Linguagem : if(Serial)
- Linguagem : Serial.parseFloat()
- Linguagem : Serial.peek()
- Linguagem : Serial.print()
- Linguagem : Serial.println()
- Linguagem : Serial.read()
- Linguagem : Serial.readBytes()
- Linguagem : Serial.readBytesUntil()
- Linguagem : Serial.readString()
- Linguagem : Serial.readStringUntil()
- Linguagem : serialEvent()
- Linguagem : Serial.setTimeout()
- Linguagem : Serial.write()
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |