(a) I have no problem to send the data to the device.
(b) When reading the data from the device, this problem occurred.
- Before I read the data, I am using control transfer to query for the device information such as manufacturer, product and serial number. After that, I read the data using bulk transfer. The retured data is overwrite by the serial number in control transfer.
- If I read the data directly without control transfer before, the returned data is OK.