Mouse/Keyboard emulation in C# and/or Windows?


hello.

i'm curious, easiest way arduino (connected pc of course) emulate mouse or keyboard? let's i'll connect touchpad arduino , want use instead mouse (or it).

i can read touchpad's signals arduino, send them pc, receive them pc program, what's next? let's assume don't want write own mouse/keyboard driver :)

is msdn method easiest? or maybe there's sort of arduino-compatible solution already?
maybe arduino connected com (via ftdi) port can identified system additional mouse/keyboard standard device, doesn't need drivers?

quote
let's assume don't want write own mouse/keyboard driver

it can't done, then.

the ftdi chip on arduino makes udb port appear pc com port, making arduino appear serial device.

serial devices need drivers - map instructions pc serial data, , map serial data instructions pc.


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Mouse/Keyboard emulation in C# and/or Windows?


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums