arduino - How do configurable keyboards communicate with the Computer? -


i trying create configurable keyboard arduino leonardo, have soldered keys on key matrix , simulate key combination nicohood library. programmed small c# application in order configure each key, example key1 ctrl + c , key2 ctrl + v.

in order communicate arduino use serial communication, works not happy it, because opens serial port , not "hidden". example, else use/open port , communication broken. decided implement rawhid communication send 64 bytes chunks of information, reason not possible implement rawhid, keyboard , mouse @ same time on single microcontroller (?!?). have such configurable mouse sharkoon, can simulate keyboard , non trivial macros. listed usb device in system , cannot see serial port it...

long story short:

  1. how can communicate hid keyboard / microcontroller when not on serial port?
  2. is there trick implement rawhid mouse , keyboard on microcontroller (does not have arduino)?

thanks,

pierre


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -