hotshot05
Herald
I want to use use Processing(www.processing.org) to process digital input coming from an Arduino connected to the computer and generate keyboard presses which can be used as input by any program
e.g If I press a button on my Arduino, I want to make the computer see it as [Enter] key being pressed on a keyboard and the cursor moving to the next line. I want this keypress to be used by any program, not any particular program.
Note - Mine is a Arduino Duemilanove, not a UNO. So no chance of any USB HID implementation.
Note 2 - If someone knows of any other programming language/application via which I can implement something like this(generating keystrokes), please let me know.
e.g If I press a button on my Arduino, I want to make the computer see it as [Enter] key being pressed on a keyboard and the cursor moving to the next line. I want this keypress to be used by any program, not any particular program.
Note - Mine is a Arduino Duemilanove, not a UNO. So no chance of any USB HID implementation.
Note 2 - If someone knows of any other programming language/application via which I can implement something like this(generating keystrokes), please let me know.