Author Topic: Emulate other USB device classes  (Read 2735 times)

zettadirac

  • Newbie
  • *
  • Posts: 1
Emulate other USB device classes
« on: October 24, 2014, 10:21:46 am »
I am new to the Arduino/Digispark libraries. I know emulating HID class is possible.
Is it possible to emulate other USB device classes and USB vendor ids?
If it were possible then which libraries would allow me to emulate other USB device classes?

For example: I want to emulate the audio USB class and play a song hard coded in the firmware.

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Emulate other USB device classes
« Reply #1 on: November 08, 2014, 02:36:39 pm »
You can only emulate low speed devices - the V-USB based libraries are all about emulating HID, because there is likely little else that can work with such a low speed device and so little ram