Apache TelnetClient发送向上和向下箭头键

时间:2016-06-03 07:28:18

标签: apache keyboard

我使用Apache TelnetClient发送updown箭头键事件。它没有效果,我使用键盘ASCII码38和40. Enter键码13没问题。

 public void executeCommand(final byte[] command) throws Exception {
       networkClient.executeCommand(command);
 }

enter image description here

我的目标是使用箭头键选择调试选项,然后发送enter键。

0 个答案:

没有答案
相关问题