Jump to content

kasbah

Members
  • Posts

    3
  • Joined

  • Last visited

kasbah's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. I don't actually have this problem with more recent versions. I did manage to re-create this issue with the version Davo was running at the time. I am looking at this because I have a very similar problem with another program's compilation and am trying to figure out how to fix it (by looking at what you did). See my post here: http://www.rawmaterialsoftware.com/viewtopic.php?f=5&t=8282
  2. Did you ever get past those linker issues Davo?
  3. I have been looking through the MIOS code (specifically the LPC17XX part) as I am interested in how it implements a composite device with a virtual serial port and a midi interface. I am trying to do a dual implementation like this using LUFA on an Atmega chip. As I understood it the composite device should have two interfaces linked by a single Interface Association Descriptor (IAD). This is not the way it seems to be done in MIOS however. If you look at the descriptor definitions in mios32_usb.c it seems the overall device descriptor is 0x00 (which is undefined) or 0x02 which is a virtual serial device. IAD would be 0xEF. Can someone shed some light on why it is done this way? Especially how it manages to enumerate two separate interfaces on the same USB device without using IAD?
×
×
  • Create New...