hi,
I am in the process of developing a usb device(control & bulk transfer), i am using winusb_cs application thanks to Jan Axelson for a neat application.
i modified my device firmware as per winusb_cs(descriptors,endpoints etc.)
when i run the host application i can see device found message but i cannot communicate with my device(as of now i am just using control read transfer), when i click control read transfer button, i just get message my device found,my vid pid and all that.
in the device firmware i have not added MS OS descriptors, is it necessary to add OS descriptors to be able to use winusb_cs?
do they(OS descriptors) work with windows 7? as i am using win-7.
i suspect that host application never gets a winusb handle and when i try for control read transfer it cannot establish a connection.
where should i check for possible mistake, any help regarding this is appreciated.
Thank you,