Update README.md
parent
28a2703d16
commit
be00706c00
@ -1,2 +1,9 @@
|
|||||||
# python-pocsag
|
# python-pocsag
|
||||||
POCSAG Encoder for Python
|
POCSAG Encoder for Python
|
||||||
|
|
||||||
|
```python
|
||||||
|
from pocsag import encodeTXBatch
|
||||||
|
msgs = []
|
||||||
|
msgs.append([False, "133702", 'PROBE Alarm - AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz.:;#!" 0123456789'])
|
||||||
|
data = encodeTXBatch(msgs)
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue