USB Composite device - COM + MSD
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-10-12 9:10 PM
Posted on October 13, 2009 at 06:10
USB Composite device - COM + MSD
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:25 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:25 AM
Posted on May 17, 2011 at 13:25
try:
svn checkout 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 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:25 AM
Posted on May 17, 2011 at 13:25
Thanks!, I'll take a look at that.
Chris.