<
From version < 38.62 >
edited by Xiaoling
on 2022/05/31 09:14
To version < 38.41 >
edited by Xiaoling
on 2022/05/31 09:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -557,8 +557,6 @@
557 557  OK
558 558  )))
559 559  
560 -
561 -
562 562  == 6.7 Print Last Received Data in Binary Format ==
563 563  
564 564  Feature: Print Last Received Data in Binary Format<port:data>.
... ... @@ -574,8 +574,6 @@
574 574  OK
575 575  )))
576 576  
577 -
578 -
579 579  == 6.8 Send Text Data ==
580 580  
581 581  Feature: Send Text Data<port:data>.
... ... @@ -595,8 +595,6 @@
595 595  
596 596  )))
597 597  
598 -
599 -
600 600  == 6.9 Send Hexadecimal Data ==
601 601  
602 602  Feature: Send hexadecimal data along with the application port.
... ... @@ -615,8 +615,6 @@
615 615  
616 616  )))
617 617  
618 -
619 -
620 620  = 7. LoRaWAN network management =
621 621  
622 622  == 7.1 Adaptive Data Rate ==
... ... @@ -648,8 +648,6 @@
648 648  * **Example 1**: Downlink Payload: **2201** ~/~/ Set AT+ADR=1.
649 649  * **Example 2**: Downlink Payload: **2200FFFF** ~/~/ Set AT+ADR=0.
650 650  
651 -
652 -
653 653  == 7.2 LoRa® Class ==
654 654  
655 655  Feature: Get or Set the Device Class(Currently only support class A, class C).
... ... @@ -668,8 +668,6 @@
668 668  
669 669  )))
670 670  
671 -
672 -
673 673  == 7.3 Duty Cycle Setting ==
674 674  
675 675  Feature: Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing.
... ... @@ -688,8 +688,6 @@
688 688  
689 689  )))
690 690  
691 -
692 -
693 693  == 7.4 Data Rate ==
694 694  
695 695  Feature: Get or Set the Data Rate. (0-7 corresponding to DR_X) . Note: while set Data Rate, please use set Adptive Data Rate, ADR=0 first. otherwise device will response to server's ADR command and change the DR to the setting from server
... ... @@ -718,8 +718,6 @@
718 718  * **Example 1**: Downlink Payload: **220001FF** ~/~/ Set AT+DR=1.
719 719  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+DR=0.
720 720  
721 -
722 -
723 723  == 7.5 Frame Counter Downlink ==
724 724  
725 725  Feature: Get or Set the Frame Counter Downlink.
... ... @@ -740,8 +740,6 @@
740 740  
741 741  )))
742 742  
743 -
744 -
745 745  == 7.6 Frame Counter Uplink ==
746 746  
747 747  Feature: Get or Set the Frame Counter Uplink.
... ... @@ -760,8 +760,6 @@
760 760  
761 761  )))
762 762  
763 -
764 -
765 765  == 7.7 Join Accept Delay1 ==
766 766  
767 767  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms.
... ... @@ -780,8 +780,6 @@
780 780  
781 781  )))
782 782  
783 -
784 -
785 785  == 7.8 Join Accept Delay2 ==
786 786  
787 787  Feature: Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms.
... ... @@ -800,8 +800,6 @@
800 800  
801 801  )))
802 802  
803 -
804 -
805 805  == 7.9 Public Network Mode ==
806 806  
807 807  Feature: Get or Set the public network mode. (0: off, 1: on)
... ... @@ -822,8 +822,6 @@
822 822  
823 823  )))
824 824  
825 -
826 -
827 827  == 7.10 Receive Delay1 ==
828 828  
829 829  Feature: Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
... ... @@ -842,8 +842,6 @@
842 842  
843 843  )))
844 844  
845 -
846 -
847 847  == 7.11 Receive Delay2 ==
848 848  
849 849  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
... ... @@ -862,8 +862,6 @@
862 862  
863 863  )))
864 864  
865 -
866 -
867 867  == 7.12 Rx2 Window Data Rate ==
868 868  
869 869  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
... ... @@ -882,8 +882,6 @@
882 882  
883 883  )))
884 884  
885 -
886 -
887 887  == 7.13 Rx2 Window Frequency ==
888 888  
889 889  Feature: Get or Set the Rx2 window frequency
... ... @@ -902,8 +902,6 @@
902 902  
903 903  )))
904 904  
905 -
906 -
907 907  == 7.14 Transmit Power ==
908 908  
909 909  Feature: Get or Set the Transmit Power(0-5, MAX:0, MIN:5, according to LoRaWAN Spec, or 40=10dB, 41 = 11dB, …, 50 = 20dB which is out of LoRaWAN spec. )
... ... @@ -929,8 +929,6 @@
929 929  * **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
930 930  * **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
931 931  
932 -
933 -
934 934  == 7.15 RSSI of the Last Received Packet ==
935 935  
936 936  Feature: Get or Set the Rx2 window frequency
... ... @@ -946,8 +946,6 @@
946 946  OK
947 947  )))
948 948  
949 -
950 -
951 951  == 7.16 SNR of the Last Received Packet ==
952 952  
953 953  Feature: Get the SNR of the last received packet
... ... @@ -963,8 +963,6 @@
963 963  OK
964 964  )))
965 965  
966 -
967 -
968 968  == 7.17 Application Port ==
969 969  
970 970  Feature: Get or set the application port.
... ... @@ -992,8 +992,6 @@
992 992  * **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
993 993  * **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
994 994  
995 -
996 -
997 997  == 7.18 Single Channel Mode ==
998 998  
999 999  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0