Update README.md

This commit is contained in:
DJ2LS 2020-12-15 18:13:56 +01:00 committed by GitHub
parent 40a9c23eda
commit 80daf0e1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,22 @@
# TESTS
## TEST_TX.py --> Send string "TEST"
'''
./TEST_TX.py | ./freedv_data_raw_rx DATAC3 - - | hexdump -C
'''
Output should be:
'''
payload bytes_per_modem_frame: 30
00000000 54 45 53 54 00 00 00 00 00 00 00 00 00 00 00 00 |TEST............|
modem bufs processed: 22 output bytes: 30 output_frames: 1
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |..............|
0000001e
'''
./TEST_TX.py | ./freedv_data_raw_rx DATAC3 - -