cancel
Showing results for 
Search instead for 
Did you mean: 

USB Composite device - COM + MSD

ccowdery9
Associate III
Posted on October 13, 2009 at 06:10

USB Composite device - COM + MSD

3 REPLIES 3
ccowdery9
Associate III
Posted on May 17, 2011 at 13:25

For my next project, it would be useful if I could configure my STM32 to be a composite device, providing both RS232 (COM port) and Mass-storage.

I recall that with Win2000, the standard driver would not allow COM ports to be part of a composite device.

Does anybody know if this has changed with WinXP / Vista / Windows 7?

Has anybody tried it?

Thanks,

Chris.

simonqian
Associate
Posted on May 17, 2011 at 13:25

try:

svn checkout

http://vsprog.googlecode.com/svn/trunk

The CDC+MSC firmware is under dongle/firmware/Projects/CDC.

You can compile it using IAR EWARM 5.40 KS or Codesourcery GCC.

See dongle/firmware/readme for more information.

As I know, W2K doesn't support IAD, but WinXP and Ubuntu 8.04 supports well.

[ This message was edited by: simonqian on 13-10-2009 00:43 ]

ccowdery9
Associate III
Posted on May 17, 2011 at 13:25

Thanks!, I'll take a look at that.

Chris.