blob: 62d1ef689b9b2f1c609a5b770e993315f0005798 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>
|