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:
- how can communicate hid keyboard / microcontroller when not on serial port?
- is there trick implement rawhid mouse , keyboard on microcontroller (does not have arduino)?
thanks,
pierre
Comments
Post a Comment