Greetings all, I just got a real quick question. I'm trying to emulate a keyboard but have come to a stumbling point. I've come to the conclusion that different computers initialize keyboards differently. So the obvious solution I've come up with is a lookup table, meaning, check the command received from the host PC and match it up with the appropriate response. The thing I'm concerned about is the PC can send FFh, F0h, etc. Can this be implemented into a table? I'm hoping I can get it to where if the host PC sends say..FFh (keyboard reset), I can look it up in the table and respond with FAh. Much thanks in advance, Tim Hamel p.s. On a side note, I managed to get my domain up (www.picmcu.com). For right now, it's just a mirror of the infamous PIC tutorial; I fixed it up so the index is clickable :-)