Hi all
A1200 has an standard UART for its mini USB this itself means that we can connect a wide range of I/O devices to A1200
A1200 cpu supports instructions for keyboard scancodes
this means we have A platform tha can support atachment and use of keyboards and other IO devices like mice, printers or maybe Screens.
To enable these functions there are two ways i think, the first one is to use of low level and system programs (hard to develop user friendly applications) and the second one is to use of The operating system resources like Interrupt handle tables(this way seems to be way better because of the GUI support and too many other benefits)
We need to know about The monta vista Interrupt table and its handlers so we can hang our utilities on these handlers and Tada ...
Any idea ?
Last edited by geniusbabak; 01-08-2009 at 12:16 PM.