Author Topic: Where on Windows host does USB device data transfer go ?  (Read 4672 times)

Golgo1972

  • Member
  • ***
  • Posts: 9
Where on Windows host does USB device data transfer go ?
« on: December 12, 2016, 07:28:34 pm »
Any insight as to where on the Windows host (the drive path location) does the data that is stored on the USB device (USB video/pic camera) get moved to or transferred to ?

I have the winusb_cs/winusbdemo.exe running on Windows 10. I have taken pics and short video clip recordings with a Qualcom based Police body cam that the winusbdemo has correctly recognized. I do get 'Device found'. I do see the device metadata listed in the Winforms text area, but if I click on the transfer button to send data from the device to the  Windows host, where does this data go to ? Is it stored as .dat file  and put somewhere on  C:\Windows\.... ?

Thanks.

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Where on Windows host does USB device data transfer go ?
« Reply #1 on: December 12, 2016, 09:48:45 pm »
Look at the code for the call that reads the data. For example, if it's WinUsb_ReadPipe, the data goes into the buffer (the third parameter).