From: Julien B. <jb...@jb...> - 2003-11-23 07:54:09
|
Carlos Becker <cj...@so...> wrote: >> Ok, I can execute commands on the calculator (It required sending a 0x13 >> (carriage return) byte). Is there any way to send a "Command" (diamond) >> keypress or "2nd"? Can the other keys (apps, clear, etc.) be "pressed"? > > maybe you can use the getkey() ti-basic command.. who knows, maybe the same key codes are used... Exactly. You just need to send the keycode for the key. The keycodes are listed in the TI manual (available as a PDF file from TI's website) and in the libticalcs headers. Be warned, the TI manual is wrong when it comes to arrow keys ; they swapped the keys somehow. JB. -- Julien BLACHE <http://www.jblache.org> <jb...@jb...> |