home *** CD-ROM | disk | FTP | other *** search
- Here is a quickie program that decodes microsat telemetry from
- non-kiss monitor mode capture files.
-
- NK6K
-
-
- Quick notes
-
- You must have non-kiss monitor mode on. Do not use the
- command that puts the <UI> in the line, or the command that
- adds a CRLF after the :, e.g., your line should look like this:
-
- LUSAT-1>TLM:00:68 01:74 02:72 03:55 04:6E 05:7A 06:71 07:7D 08:68 09:68 0A:A4
- 0B:9D 0C:EA 0D:D9 0E:01 0F:4A 10:D1 11:82 12:02 13:01 14:9F 15:91
- 16:88 17:82 18:7F 19:82 1A:82 1B:6F 1C:7A 1D:82 1E:25 1F:5D 20:82
-
-
- If you have a file that has the wrong stuff, use your editor to take it
- out.
-
- You should also have 8 bit data, no parity. If you have parity, use
- a filter program to strip it out, i.e., if you type the data file,
- it shoudl print in the clear, as above.
-
-
- To run:
- tlm1 <test.tlm
-
- You must have the TLMPAC, TLMDOV, etc files in the current directory.
-
-
- Enjoy
-