Guys I am working on a project and I need to write a program so that i.e an led will turn on when the letter "l" is being pressed and turn off when released.
In other words I need a program that will know which key is being pressed without having to press enter in the serial monitor. So I think that the serial monitor cannot work this out for me and I have to find another method.
I thought that maybe I need to use a keylogger but all the keyloggers I found produce a report. I think that the report will be available for me to see after the keylogging activity is stopped. Anyway, all suggestions are welcome
It's nothing to do with the IDE.
Just load your code onto the Arduino, run up the terminal emulator and connect it to the same COM port the IDE was connected to.