0

I'm using Serial.read(); to read keyboard input from the serial monitor. It only sends the characters after hitting enter or clicking the "send" button. Is there a way to read keyboard input without having to use "enter"?

1 Answer 1

1

Not with the Serial Monitor built into the Arduino IDE. It is possible to use an external terminal program with buffering disabled though.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.