Changes for page RS485-LN – RS485 to LoRaWAN Converter User Manual
Last modified by Bei Jinggeng on 2025/01/16 11:36
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -833,106 +833,61 @@ 833 833 834 834 ==== **RS485 command timeout** ==== 835 835 836 -((( 837 837 Some Modbus device has slow action to send replies. This command is used to configure the RS485-LN to use longer time to wait for their action. 838 -))) 839 839 840 -((( 841 841 Default value: 0, range: 0 ~~ 65 seconds 842 -))) 843 843 844 -* ((( 845 -**AT Command:** 846 -))) 840 +* **AT Command:** 847 847 848 848 (% class="box infomessage" %) 849 849 ((( 850 -((( 851 851 **AT+CMDDLaa=hex(bb cc)*1000** 852 852 ))) 853 -))) 854 854 855 -((( 856 856 **Example:** 857 -))) 858 858 859 -((( 860 860 **AT+CMDDL1=1000** to send the open time to 1000ms 861 -))) 862 862 863 -((( 864 - 865 -))) 866 866 867 -* ((( 868 -**Downlink Payload:** 869 -))) 852 +* **Downlink Payload:** 870 870 871 -((( 872 872 **0x AA aa bb cc** 873 -))) 874 874 875 -((( 876 876 Same as: AT+CMDDLaa=hex(bb cc)*1000 877 -))) 878 878 879 -((( 880 880 **Example:** 881 -))) 882 882 883 -((( 884 884 0xAA 01 00 01 ~-~-> Same as **AT+CMDDL1=1000 ms** 885 -))) 886 886 887 887 888 888 889 889 ==== **Uplink payload mode** ==== 890 890 891 -((( 892 892 Define to use one uplink or multiple uplinks for the sampling. 893 -))) 894 894 895 -((( 896 896 The use of this command please see: [[Compose Uplink payload>>||anchor="H3.3.4Composetheuplinkpayload"]] 897 -))) 898 898 899 -* ((( 900 -**AT Command:** 901 -))) 870 +* **AT Command:** 902 902 903 903 (% class="box infomessage" %) 904 904 ((( 905 -((( 906 906 **AT+DATAUP=0** 907 907 ))) 908 -))) 909 909 910 910 (% class="box infomessage" %) 911 911 ((( 912 -((( 913 913 **AT+DATAUP=1** 914 914 ))) 915 -))) 916 916 917 -((( 918 - 919 -))) 920 920 921 -* ((( 922 -**Downlink Payload:** 923 -))) 883 +* **Downlink Payload:** 924 924 925 -((( 926 926 **0xAD 00** **~-~->** Same as AT+DATAUP=0 927 -))) 928 928 929 -((( 930 930 **0xAD 01** **~-~->** Same as AT+DATAUP=1 931 -))) 932 932 933 933 934 934 935 - 936 936 ==== **Manually trigger an Uplink** ==== 937 937 938 938 Ask device to send an uplink immediately.