On Wed, Nov 9, 2016 at 11:43 PM, Ian Campbell <i...@hellion.org.uk> wrote: > On Wed, 2016-10-19 at 20:14 -0400, Scott Talbert wrote: >> Honestly, it probably isn't likely to work completely as no one has tested >> with a Harmony Ultimate One before. You would probably need to do some >> data capturing with the Windows app. > > I've managed to program the remote using a Windows 7 VM and even > captured a few experimental traces of the SOAP traffic with fiddler (I > think that was what it was called, not at the VM right now). > > I'm not sure how I would go about capturing the USB traffic on Windows > (or maybe via the hypervisor) but I'm willing to give it a go given > some pointers (both on how and what to capture).
One method is by running a Windows guest in VirtualBox, and using VirtualBox's built-in USB traffic capturing: https://www.virtualbox.org/manual/ch09.html#usbtrafficcapturing <blockquote> Starting with VirtualBox 5.0 it is possible to capture USB traffic for single USB devices or on the root hub level which captures the traffic of all USB devices attached to the root hub. VirtualBox stores the traffic in a format which is compatible with Wireshark. To capture the traffic of a specific USB device it must be attached to the VM with VBoxManage using the following command: VBoxManage controlvm "VM name" usbattach "device uuid|address" --capturefile "filename" In order to enable capturing on the root hub use the following command while the VM is not running: VBoxManage setextradata "VM name" VBoxInternal/Devices/usb-ehci/0/LUN#0/Config/CaptureFilename "filename" The command above enables capturing on the root hub attached to the EHCI controller. To enable it for the OHCI or XHCI controller replace usb-ehci with usb-ohci or usb-xhci respectively. </blockquote> ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ concordance-devel mailing list concordance-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/concordance-devel