Author Topic: USB HID usage page 0x10 Unicode  (Read 2714 times)

0 Members and 1 Guest are viewing this topic.

Offline ericcraven

  • Thread Starter
  • Posts: 3
USB HID usage page 0x10 Unicode
« on: Fri, 27 February 2015, 06:43:20 »
Hello fellow geekhackers!

I've been looking at a way to send Unicode characters directly from the keyboard, and found section 17 in http://www.usb.org/developers/hidpage/Hut1_12v2.pdf, which seems to imply that using the HID usage page 0x10, you can send two-byte unicode characters.
Has anyone tried this? Run across it in the wild? Do actual OSes support this?

Thanks for any help,

Peter

Offline jacobolus

  • Posts: 3661
  • Location: San Francisco, CA
Re: USB HID usage page 0x10 Unicode
« Reply #1 on: Fri, 27 February 2015, 09:05:29 »
As far as I can tell, this is what you use when you want to send unicode from your computer to a USB device. For instance, to show text on its display.

Offline metalliqaz

  • * Maker
  • Posts: 4951
  • Location: the Making Stuff subforum
  • Leopold fanboy
Re: USB HID usage page 0x10 Unicode
« Reply #2 on: Fri, 27 February 2015, 09:08:41 »
Yeah, your main problem here is OS support.  However, if you're willing to write your own driver I believe you could make it happen.