I'm curious if there's a way to use arduino to type things in windows.
Example: Let's say I have ms notepad open. I push a button connected to arduino, the arduino detects pin HIGH and outputs a key press specified as "b." a "b" appears in notepad.
or am i reaching for the stars? is it impossible without another application running to convert serial data into my desired key presses..?
Obviously avrusb has the lightweight advantage of not requiring anything running on the PC.
But avrusb will take up a lot of Arduinos power, GoBetwino uses almost no resources on Arduino
GoBetwino has one important feature though. GoBetwino automatically makes the program you send keystrokes to, the foreground application in windows. So even if another application opens a window or in some other way gets the input focus GoBetwino makes sure that the correct application recieves the keystrokes.