diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-09-20 01:11:06 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-09-20 01:11:06 +0200 |
commit | f53f320af8dd516344969cb45f0aaacbb8dc8e2d (patch) | |
tree | cc9200e210bb77876090a0b282443f85a64f0511 /uart/midi/rockband_wireless_keyboard_wii/README | |
parent | 126c5d56b974eadc9a50fdd619f6f69b747c1f21 (diff) | |
download | sigrok-dumps-f53f320af8dd516344969cb45f0aaacbb8dc8e2d.tar.gz sigrok-dumps-f53f320af8dd516344969cb45f0aaacbb8dc8e2d.zip |
Add some MIDI dumps.
Diffstat (limited to 'uart/midi/rockband_wireless_keyboard_wii/README')
-rw-r--r-- | uart/midi/rockband_wireless_keyboard_wii/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/uart/midi/rockband_wireless_keyboard_wii/README b/uart/midi/rockband_wireless_keyboard_wii/README new file mode 100644 index 0000000..62d1ef6 --- /dev/null +++ b/uart/midi/rockband_wireless_keyboard_wii/README @@ -0,0 +1,29 @@ +------------------------------------------------------------------------------- +Rock Band 3 Wireless Keyboard for Wii and WiiU +------------------------------------------------------------------------------- + +This is set of examples of the MIDI communication from a Rock Band 3 +Wireless Keyboard for Wii and WiiU. + +Details: +http://www.amazon.com/Rock-Band-Wireless-Keyboard-WiiU/dp/B003RS19XE + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic (at 1MHz): + + Probe MIDI UART + --------------------- + 0 (black) RX + + +Data +---- + +The sigrok command line used was: + + sigrok-cli --driver fx2lafw --config samplerate=1mhz \ + -p 0=RX --time <time> -o <file> + |