summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Muszytowski <muzy@users.noreply.github.com>2016-03-14 21:23:22 +0100
committerSebastian Muszytowski <muzy@users.noreply.github.com>2016-03-14 21:23:22 +0100
commit0415ec8de6a0a152510ff68a96ad4572c5340aaa (patch)
tree8ee880bf19e7586ca098f3c53b112aa302c269a1
parent8e4050b25db4c3535a85f9f082e24e445fed8df8 (diff)
Update messagespecification with length constraints
-rw-r--r--MessageSpecification.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MessageSpecification.md b/MessageSpecification.md
index 62ca1c6..10f141f 100644
--- a/MessageSpecification.md
+++ b/MessageSpecification.md
@@ -25,7 +25,7 @@ TYPE LENGTH
```
Thus the data length can be up to 4kByte of data (4096 byte). A type of `0001` denotes a `TEXT` type pattern, a type `0010` denotes an `ANIMATION` type pattern.
-The modem only receives data for this pattern until length is exceeded. E.g. when a *`HEADER`* with the contents `00011111 11111111` is received by the modem it will read 4098 byte for the current pattern (2 byte header, 4096 byte of data).
+The modem only receives data for this pattern until length is exceeded. E.g. when a *`HEADER`* with the contents `00011111 11111111` is received by the modem it will read 4098 byte for the current pattern (2 byte header, 4096 byte of data). The maximum length for texts is 4096 characters and 512 frames for animation.
##### TEXT METADATA