pressing the "f" key
support
Posts: 15
i'm trying to write a program that when an input is recieved the prop will output the "f" key through a usb cable connected to the computer. In essence i push a switch and the prop types f in a word processor screen help please..
Comments
Here's something that sounds right:
http://www.techrepublic.com/software/redirect-serial-port-rs232-to-keyboard-30l-windows/781303
then, just use fullduplexserial and output characters.
More information needs be supplied.
By "f" key do you mean the lower-case 'f' key? Or do you need the ASCII code for an 'f' key press? Or do you mean "f" for Function key?
Lower case 'f' key code would be a hex 66 value.
EDIT --- I must of not updated before noticiing Rayman commented before I finished my post.