有没有办法通过编程将 noraml 键盘命令从 PC 通过 USB 电缆发送到 Xbox
有没有什么方法可以通过 USB 电缆从电脑通过编程将正常的键盘命令发送到 Xbox
需要尽快回答。
问候, 阿普尔瓦
Is there any way to send normal keyboard commands to xbox via a usb cable from pc throught programming
Needed answer asap.
Regards,
Apurva
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为 Windows 编写一个自定义驱动程序,就 Xbox 而言,它基本上充当键盘。然后,在 Windows 端,您可以使用驱动程序通过公对公 USB 电缆将键盘命令发送到 Xbox。
You will need to write a custom driver for windows that basically acts as a keyboard as far as the xbox is concerned. Then, on the windows side, you would use the driver to send keyboard commands across a Male-to-Male USB cable to the XBox.