-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ps2: Add an initial PS/2 keyboard dump.
- Loading branch information
1 parent
b485187
commit 8d9e030
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
------------------------------------------------------------------------------- | ||
PS/2 keyboard | ||
------------------------------------------------------------------------------- | ||
|
||
This is a collection of PS/2 keyboard communication examples. | ||
|
||
A random PS/2 keyboard and a random PC mainboard were used as data source. | ||
|
||
For details see: | ||
http://www.computer-engineering.org/ps2protocol/ | ||
http://www.computer-engineering.org/ps2keyboard/ | ||
|
||
|
||
Logic analyzer setup | ||
-------------------- | ||
|
||
The logic analyzer used was a Saleae Logic (at 24 MHz): | ||
|
||
Probe PS/2 | ||
---------------- | ||
2 Data | ||
3 Clock | ||
|
||
|
||
ps2_keyboard_asdfgh.sr | ||
---------------------- | ||
|
||
This file contains a sequence of keypresses on a standard PS/2 keyboard: | ||
a, s, d, f, g. The dump contains the "make code" and "break code" of each key. | ||
|
Binary file not shown.