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?
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
Post a Comment