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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,16 @@ You will be asked for a command char:
53
53
##Writing:
54
54
- Follow the instruction:
55
55
- Enter the start address for the write.
56
-
- Enter the string to be written.
56
+
- Enter the string to be written.
57
+
57
58
_Escape numerical ASCII representations of characters by prefixing them with an '@'._
58
59
_@64 is the @ character itself, in case you want to write an actual @._
60
+
59
61
- The device will print each character submitted to the device.
60
62
- The device will print a human readable error message for each unsuccessful write.
61
63
- The device will retransmit (including reprint of) the character up to NUM_TRIES times.
62
-
_<NUM_TRIES> is set to 10 by default in the code._
64
+
65
+
`NUM_TRIES` is set to 10 by default in the code.
63
66
64
67
__After ten failed tries the device:__
65
68
- Will print an error message indication.
@@ -71,4 +74,5 @@ The same procedure as detailed in the section "Getting Started", see above.
71
74
72
75
##Polling:
73
76
The same procedure as detailed in the section "Getting Started", see above.
77
+
74
78
This polling is not done as part of a change of address. Therefore, the device will give information on the polled devices, and return to the menu immediately afterwards.
0 commit comments