You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is a transcribed and reformatted copy of SeikaNotetaker.pdf. This PDF was taken from [this comment on GitHub](https://github.com/nvaccess/nvda/pull/12581#issuecomment-867517014) ([archive](https://archive.is/NBKRC)).
2
+
3
+
4
+
# Seika Notetaker Protocol V6.2.0
5
+
Acronyms:
6
+
7
+
- (SR) Screen Reader, eg NVDA
8
+
- (SBD) Seika Notetaker Braille Display
9
+
10
+
NOTE: When the routing key or/and button is pressed, there is no information send
11
+
from SBD to SR. When all routing key or/and button is released, then the information
12
+
will be send from SBD to SR
13
+
14
+
## 1. Handshake of SR and SBD
15
+
16
+
SR->SBD: `0xff 0xff 0xa1`
17
+
18
+
If SBD is prepare OK, then SBD will answer the SR handshake request:
19
+
20
+
SBD->SR: `0xff 0xff 0xa2 N B E R S1 S2…S(N-3)`
21
+
22
+
N means the number of the following bytes
23
+
24
+
B means the number of the buttons in the SBD
25
+
26
+
E means the number of cells in the SBD
27
+
28
+
R means the number of the routing switches in the SBD
29
+
30
+
S1…S(N-3) means the SBD description,each byte in the S1…S(N-3) is corresponding to
0 commit comments