packet:mmdvm-tnc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| packet:mmdvm-tnc [2024/04/14 11:22] – [Building and flashing from source] m0lte | packet:mmdvm-tnc [2024/04/14 11:26] (current) – [Testing notes] m0lte | ||
|---|---|---|---|
| Line 102: | Line 102: | ||
| sudo required for this unless your user is in the dialout group. | sudo required for this unless your user is in the dialout group. | ||
| + | |||
| + | This diff hacks kiss-ax25-ui-batch.py to: | ||
| + | - set persist=255 | ||
| + | - divide supplied time interval by 10 | ||
| + | |||
| + | < | ||
| + | diff --git a/ | ||
| + | index 11b3a75..2ebcbf8 100644 | ||
| + | --- a/ | ||
| + | +++ b/ | ||
| + | @@ -120,6 +120,11 @@ TFESC = int(0xDD).to_bytes(1,' | ||
| + | TFEND = int(0xDC).to_bytes(1,' | ||
| + | | ||
| + | | ||
| + | + | ||
| + | +kiss_output_frame = bytearray(FEND) + bytearray(int(0x02).to_bytes(1,' | ||
| + | +# | ||
| + | +port.write(kiss_output_frame) | ||
| + | + | ||
| + | | ||
| + | | ||
| + | |||
| + | @@ -191,6 +196,6 @@ for i in range(0, frame_count): | ||
| + | # print(kiss_output_frame) | ||
| + | frame_time = len(kiss_output_frame) * 10 / int(sys.argv[2]) | ||
| + | port.write(kiss_output_frame) | ||
| + | - | ||
| + | + | ||
| + | | ||
| + | | ||
| + | </ | ||
| ===== Serial debugging ===== | ===== Serial debugging ===== | ||
packet/mmdvm-tnc.1713093734.txt.gz · Last modified: by m0lte
