Can someone bind USBSerial.h and USBMouseKeyboard.h?

17 Jun 2012

Hey guys i've run into a major problem!

I've tried loading both at the same time example

  1. include USBSerial.h
  2. include USBMouseKeyboard.h

but when it loads on the computer it will only detect the last device which it enumerated in the code depending on wether i put the USBSerial serial; under USBMouseKeyboard key_mouse; or vise versa,

I wanna use the external pinout usb as 3 devices Keyboard,Mouse,Serial

I want to ask if anyone with enough skill can bind these two together into one! so i can load the mouse,keyboard and serial device.

You will need the this USBDevice Library http://mbed.org/users/Elitism/code/MouseKeyboardSerialDeviceFixMe/

Please let me know when you've published it thanks!

Props to the person who makes it possible!

22 Jun 2012

UP!