Page 2 of 2

Re: in / out ports

Posted: Tue Jan 06, 2009 8:01 pm
by neon
sweetgum wrote:I don't see whats wrong with copying and pasting a scan code table.
There are different types of scan code sets that have different formats used in pc compatible keyboards that I have not seen in any tutorial thus forcing you to write them manually anyways. There is no "standard set" (Although scan code set 2 seems to be more common.) It is a good habit to get into. Besides that, it will not abid to your projects coding conventions and standards making it look more hacked together.

Re: in / out ports

Posted: Tue Jan 06, 2009 11:33 pm
by System123
The next step will now be to read the scan code off the keyborads port and then make it print to the console.