Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Keyboard Arduino发送键盘向上箭头的串行命令_Keyboard_Arduino_Ascii - Fatal编程技术网

Keyboard Arduino发送键盘向上箭头的串行命令

Keyboard Arduino发送键盘向上箭头的串行命令,keyboard,arduino,ascii,Keyboard,Arduino,Ascii,我想使用Arduino并为上/下/左/右箭头编写键盘命令。我想知道我怎样才能用它来做这件事 ? 您可以像这样使用: 键盘。按(键左箭头); 键盘。按(右键箭头) 等等。查看此帖子,了解要模拟箭头键必须发送的内容:

我想使用Arduino并为上/下/左/右箭头编写键盘命令。我想知道我怎样才能用它来做这件事

?

您可以像这样使用:
键盘。按(键左箭头);
键盘。按(右键箭头)

等等。

查看此帖子,了解要模拟箭头键必须发送的内容: