2019-02-20 01:48 AM
Hi there,
i am working on a composite device with STM32F4 and i got it working.
I get in the device manager a MSC device and a serial com port. The issue now is i can't open the com port with any terminal program it doesn't respond.
Anyone have experience with that?
I tried to change set and get line coding but that doesn't change it.
I will attach my project.
Thanks for everyone who helps i am struggling with this for very long
Cheers 8)
2019-02-21 09:45 AM
How is this project a composite device? As far as I can see, you have a compiler switch which either defines the device as CDC or MSC. I don't see how the two interfaces are running together.
2019-02-22 12:25 AM
the switch is just because the project is able to use cdc+msc or msc+hid or cdc+hid
2019-09-30 06:18 AM
Hi.
How did it go, did you find the problem ?
I am going to implement MSC+HID , and are looking for info how to do it.
So this is perfect, thank you for posting the code.
Best // Mike