You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I do not have JohnC CombiAdapter, could you please Share USB logs ?
Install Wireshark (mark USBCAP to install),
Run Wireshark and start capture on interface where Combi is connected. (Best if only one device on bus)
My Combi impl is based on USB logs log.zip, (combi firmware1.3c burned to Mbed LPC) + analysis of decompiled firmware.
I'm 99% sure it's should be written as packet, not stream with unknown data (probably EP address)
The text was updated successfully, but these errors were encountered:
PC sent as packet of data.
Genuine Combi filling USB FIFO queue char by char, so from USB point of view looks like stream.
My solution puts a packet of data to an USB FIFO queue.
In my opinion, Combi Linux change can be reverted.
I faced some issue using Windows Combi drivers.
Windows version:
Linux:
usbcombi_win_ver.zip
combi_linux_ver.zip
As I do not have JohnC CombiAdapter, could you please Share USB logs ?
Install Wireshark (mark USBCAP to install),
Run Wireshark and start capture on interface where Combi is connected. (Best if only one device on bus)
My Combi impl is based on USB logs log.zip, (combi firmware1.3c burned to Mbed LPC) + analysis of decompiled firmware.
I'm 99% sure it's should be written as packet, not stream with unknown data (probably EP address)
The text was updated successfully, but these errors were encountered: