diff --git a/plugins/channeltx/modpacket/readme.md b/plugins/channeltx/modpacket/readme.md index 6305f8520..bc5b5c080 100644 --- a/plugins/channeltx/modpacket/readme.md +++ b/plugins/channeltx/modpacket/readme.md @@ -30,11 +30,11 @@ This specifies the bandwidth of a LPF that is applied to the output signal to li

6: Frequency deviation

-Adjusts the frequency deviation in 0.1 kHz steps from 1 to 6 kHz. Typical values are 2.5 kHz and 5 kHz. +Adjusts the frequency deviation in 0.1 kHz steps from 1 to 6 kHz. Typical values are 2.5 kHz and 5 kHz.

7: Gain

-Adjusts the gain in dB from -60 to 0dB. The gain should be set to ensure the level meter remains below 100%. +Adjusts the gain in dB from -60 to 0dB. The gain should be set to ensure the level meter remains below 100%.

8: Level meter in %

@@ -48,11 +48,11 @@ Enter your amateur radio callsign and optionally a sub-station ID (SSID). E.g. M

10: Preemphaisis Filter

-Check this button to enable a FM preemphasis filter, which amplifiers higher frequencies. Right click to open the dialog to adjust settings for the filter. +Check this button to enable a FM preemphasis filter, which amplifiers higher frequencies. Right click to open the dialog to adjust settings for the filter.

11: Repeat

-Check this button to repeated transmit a packet. Right click to open the dialog to adjust the delay between retransmission and number of times the packet should be repeated. +Check this button to repeated transmit a packet. Right click to open the dialog to adjust the delay between retransmission and number of times the packet should be repeated.

12: Insertion position

@@ -60,7 +60,7 @@ Inserts position as APRS formatted latitude and longitude in to the current curs

13: To

-Enter the destination for the packet. To send the packet to the APRS network, use APRS or APZ. +Enter the destination for the packet. To send the packet to the APRS network, use APRS or APZ.

14: Via

@@ -76,7 +76,7 @@ Transmits a packet based on the current values in callsign, to, via and data.

API

-Full details of the API can be found in the Swagger documentation. Here is a quick example of how to transmit a packet from the command line: +Full details of the API can be found in the Swagger documentation. Here is a quick example of how to transmit a packet from the command line: curl -X POST "http://127.0.0.1:8091/sdrangel/deviceset/1/channel/0/actions" -d '{"channelType": "PacketMod", "direction": 1, "PacketModActions": { "tx": { "callsign": "MYCALL", "to": "APRS", "via": "WIDE2-2", "data": ">Using SDRangel API to transmit" }}}'