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
Copy file name to clipboardExpand all lines: projects/tt_um_UartMain/docs/info.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,25 @@ You can also include images in this folder and reference them in the markdown. E
9
9
10
10
## How it works
11
11
12
-
It does not work
12
+
You send a char via a uart port (8bit data, no partity bit) and it sends an "encrypted" char back
13
+
14
+
To update the key : briefly activate a 1 signal on updateKey port, the circuit will now wait for the next input and set it as the new key once received
15
+
16
+
> the activation signal for updateKey should be held down before sending the new key otherwise the circuit will stay in the updateKey state
17
+
18
+
The default key is b10101010.
13
19
14
20
## How to test
15
21
16
-
You cannot test it
22
+
A python file containing a code to communicate with the serial port may be transformed to work with the TT board.
0 commit comments