hi,
I had written a HID C# tool based on wimars c# filestream implementation. But i still have problems with
some software freezes. The write m_oFile.Write(oOutRep.Buffer, 0, oOutRep.BufferLength) funktion freezes - sometimes. Especially when you send and receive much data.
Is the a way to debug the write function? Or perhaps someone has the same problems and a solution?
Thanks
Alexander
PS: my tool is communicating with a ST µC with 64byte frames in 1ms update interval
Connection Information
Port: 2
Speed: Full Speed
Device address: 7
Open pipes: 2
Connection status: Device connected
Device Descriptor
USB version: 2.0
Device class: 0x0 - (Defined at Interface level)
Device subclass: 0x0 - Unknown
Device protocol: 0x0 - Unknown
Control pipe max size: 64 bytes
Vendor ID: 0x483 (SGS Thomson Microelectronics)
Product ID: 0x5750 (Unknown)
Product version: 2.0
Manufacturer: STMicroelectronics
Product: STM32 HID
Serial Number: 01234
Configurations: 1
Configuration Descriptor
Number of interfaces: 1
Configuration value: 0x1
Attributes: Self powered, Bus powered
Max power: 100 mA
Interface Descriptor: 0, Alternate setting: 0
Number of endpoints: 2
Interface class: 0x3 - Human Interface Device
Interface subclass: 0x0 - No Subclass
Interface protocol: 0x0 - None
Endpoint address 0x1, Input, Interrupt, max packet size: 64 bytes, update interval: 1 1-millisecond frames
Endpoint address 0x1, Output, Interrupt, max packet size: 64 bytes, update interval: 1 1-millisecond frames