R
R
Roma Kotolup2022-02-11 12:53:35
Arduino
Roma Kotolup, 2022-02-11 12:53:35

How to track a PC keyboard button press in Arduino Ide 1.8 windows?

How to track a PC keyboard button press in Arduino Ide 1.8 windows?
For example, pressing the "1" button on the keyboard.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Gusev, 2022-02-11
@Sanchogus

This is not provided in the Arduino IDE.
You can use self-written software that will communicate with the arduino via the COM port. In this software, you already implement key processing, etc.

B
Borys Latysh, 2022-02-12
@nava2002

Write external software for PC.
A good option to do in Python . Then, after pressing the button on the Arduino, a message will be sent to which the Microcontroller will react in a given way.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question