Setting up a computer to act as an HID device connected to another computer via ps/2,usb or another wired connection

馋奶兔 提交于 2021-01-28 04:21:16

问题


I’m interested in setting up a machine (host A) and connect it to another one (host B) via usb or ps/2 such that host B will recognise host A as a keyboard. On host A an artificial neuronal network is running which generates dynamically input sequences. It’s important to me that host A can only communicate to host B in a “human” way, e.g. generating keystrokes and passing them to host B.

As far as I know this is not possible with an usb connection since a host to host connection is not possible, further a ps/2 connection should be possible.

I know as well that an Arduino Uno or Leonardo can server as a USB HID keyboard, but since I’ve to program the device in advance it’s not useful to use them since it’s impossible to run the neuronal network on Arduino. Something like:

youtube

would be interesting as well, unfortunately it’s in Russian :(

However I’m not confined how to start and which starting point is suitable for my problem.

For that reason I’m grateful for any hint how to do this.

来源:https://stackoverflow.com/questions/28386160/setting-up-a-computer-to-act-as-an-hid-device-connected-to-another-computer-via

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!