Versions Compared

Key

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

...

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 set 4 unconfirmed attempts on DR0 send “QA==” (01000000 in binary) to port 52

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

...