0

I want to copy arbitrary files from a Pokini Tab A5 running Windows Embedded 8.1 Industry Pro to a laptop or desktop computer running anything from Windows Vista to Windows 8.1 (or even 10). This should all happen programmatically or at least in an automatic way (e.g. calling a program from the command line).

Unfortunately, Wi-Fi or Bluetooth is not an acceptable solution for my use case. However, installing software is allowed on both the computer and the Pokini Tab A5. Preferably written in Java but C, C++ and C# is also fine.

My current approach is using this cable (which goes by the name direct link cable, bridge cable, host-to-host and many others) which allows the transfer of files using supported software such as PCLinq5 (provided by the cable itself) or Windows Easy Transfer (deprecated since Windows 8.1). However, both these tools can not be used in programmatic way.

The only thing I found on the web is this project on GitHub but it doesn't include source code at all and doesn't look like it's free software which is basically a must-have for me. I also found this post on Stack Overflow but using WinUSB seems only useful to me when I know the exact protocol used by the hardware built into the cable.

Is using the cable a dead end? – Are there any other approaches?

4

1 回答 1

0

电缆不是死胡同!– 我能够使用 USB 批量传输来传输数据。有了这个,我大概可以实现我自己的自定义文件传输协议。

这个最重要的部分是确定哪个控制器驱动数据传输电缆。在我的情况下,它是一个与不同的控制器。数据表包含在两台主机(例如接口和端点)之间建立连接所需的所有信息。

于 2015-10-22T12:47:34.207 回答