Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Counter update confirmation configuration

Description

0

Confirmed(up to 8 repetitions)

1

Unconfirmed with 1 uplink message(0 repetitions)

2

Unconfirmed with 2 uplink messages(up to 1 repetition)

3

Unconfirmed with 3 uplink messages(up to 2 repetitions)

4

Unconfirmed with 4 uplink messages(up to 3 repetitions)

For example:

To change the data rate to DR0 you need to send one byte in binary representation 00010000 (0x10) to port 52. Many LNS interfaces have Base64 input and you can use an online converter from binary to Base64. 00010000 binary is “EA==” string in Base64.

To change the data rate to DR3 you need to send “Ew==“ (00010011 in binary) to port 52.

To get back to default DR2 send “Eg==”(00010010 in binary) to port 52.

4.3.2 Update transmission threshold configuration

...