<
From version < 63.29 >
edited by Xiaoling
on 2023/04/19 16:04
To version < 63.24 >
edited by Xiaoling
on 2023/04/19 15:40
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -584,9 +584,9 @@
584 584  
585 585  (% style="color:blue" %)**AT Command: AT+NJS**
586 586  
587 -(% border="1" style="background-color:#f2f2f2; width:498.222px" %)
588 -|=(% colspan="3" style="width: 495px;background-color:#D9E2F3;color:#0070C0" %)AT+NJS
589 -|(% style="width:169px;color:#0070C0" %)**Command Example**|(% style="width:164px;color:#0070C0" %)**Function**|(% style="width:161px;color:#0070C0" %)**Response**
587 +(% border="1" style="background-color:#ffffcc; color:green; width:498.222px" %)
588 +|=(% colspan="3" style="width: 495px;" %)AT+NJS
589 +|(% style="width:169px" %)**Command Example**|(% style="width:164px" %)**Function**|(% style="width:161px" %)**Response**
590 590  |(% style="width:169px" %)AT+NJS=?|(% style="width:164px" %)Get the join status.|(% style="width:161px" %)0(((
591 591  OK
592 592  )))
... ... @@ -601,9 +601,9 @@
601 601  
602 602  (% style="color:blue" %)**AT Command: AT+RECV**
603 603  
604 -(% border="1" style="background-color:#f2f2f2; width:587.222px" %)
605 -|=(% colspan="3" style="width: 584px;background-color:#D9E2F3;color:#0070C0" %)AT+RECV
606 -|(% style="width:161px;color:#0070C0" %)**Command Example**|(% style="width:272px;color:#0070C0" %)**Function**|(% style="width:150px;color:#0070C0" %)**Response**
604 +(% border="1" style="background-color:#ffffcc; color:green; width:587.222px" %)
605 +|=(% colspan="3" style="width: 584px;" %)AT+RECV
606 +|(% style="width:161px" %)**Command Example**|(% style="width:272px" %)**Function**|(% style="width:150px" %)**Response**
607 607  |(% style="width:161px" %)AT+RECV=?|(% style="width:272px" %)print last received data in raw format.|(% style="width:150px" %)0:(((
608 608  OK
609 609  )))
... ... @@ -618,9 +618,9 @@
618 618  
619 619  (% style="color:blue" %)**AT Command: AT+RECVB**
620 620  
621 -(% border="1" style="background-color:#f2f2f2; width:793.222px" %)
622 -|=(% colspan="3" style="width: 790px;background-color:#D9E2F3;color:#0070C0" %)AT+RECVB
623 -|(% style="width:173px;color:#0070C0" %)**Command Example**|(% style="width:497px;color:#0070C0" %)**Function**|(% style="width:120px;color:#0070C0" %)**Response**
621 +(% border="1" style="background-color:#ffffcc; color:green; width:793.222px" %)
622 +|=(% colspan="3" style="width: 790px;" %)AT+RECVB
623 +|(% style="width:173px" %)**Command Example**|(% style="width:497px" %)**Function**|(% style="width:120px" %)**Response**
624 624  |(% style="width:173px" %)AT+RECVB=?|(% style="width:497px" %)print last received data in binary format (with hexadecimal values).|(% style="width:120px" %)2: 0010(((
625 625  OK
626 626  )))
... ... @@ -635,9 +635,9 @@
635 635  
636 636  (% style="color:blue" %)**AT Command: AT+SEND**
637 637  
638 -(% border="1" style="background-color:#f2f2f2; width:991.222px" %)
639 -|=(% colspan="3" style="width: 988px;background-color:#D9E2F3;color:#0070C0" %)AT+SEND
640 -|(% style="width:201px;color:#0070C0" %)**Command Example**|(% style="width:340px;color:#0070C0" %)**Function**|(% style="width:446px;color:#0070C0" %)**Response**
638 +(% border="1" style="background-color:#ffffcc; color:green; width:991.222px" %)
639 +|=(% colspan="3" style="width: 988px;" %)AT+SEND
640 +|(% style="width:201px" %)**Command Example**|(% style="width:340px" %)**Function**|(% style="width:446px" %)**Response**
641 641  |(% style="width:201px" %)AT+SEND=12:hello world|(% style="width:340px" %)Send text data along with the application port.|(% style="width:446px" %)OK(((
642 642  While Error in format, return
643 643  AT_BUSY_ERROR/AT_BUSY_ERROR/AT_NO_NETWORK_JOINED
... ... @@ -653,9 +653,9 @@
653 653  
654 654  (% style="color:blue" %)**AT Command: AT+SENDB**
655 655  
656 -(% border="1" style="background-color:f2f2f2; width:1101px" %)
657 -|=(% colspan="3" style="width: 1098px;background-color:#D9E2F3;color:#0070C0" %)AT+SENDB
658 -|(% style="width:257px;color:#0070C0" %)**Command Example**|(% style="width:394px;color:#0070C0" %)**Function**|(% style="width:446px;color:#0070C0" %)**Response**
656 +(% border="1" style="background-color:#ffffcc; color:green; width:1101px" %)
657 +|=(% colspan="3" style="width: 1098px;" %)AT+SENDB
658 +|(% style="width:257px" %)**Command Example**|(% style="width:394px" %)**Function**|(% style="width:446px" %)**Response**
659 659  |(% style="width:257px" %)AT+SENDB=12:abcdef0123456789|(% style="width:394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)OK
660 660  |(% style="width:257px" %)AT+SENDB=abcdef0123456789|(% style="width:394px" %)Send hexadecimal data along with the application port.|(% style="width:446px" %)While Error in format, return(((
661 661  AT_PARAM_ERROR AT_BUSY_ERROR/AT_NO_NETWORK_JOINED
... ... @@ -673,9 +673,9 @@
673 673  
674 674  (% style="color:blue" %)**AT Command: AT+ADR**
675 675  
676 -(% border="1" style="background-color:f2f2f2; width:683.222px" %)
677 -|=(% colspan="3" style="width: 680px;background-color:#D9E2F3;color:#0070C0" %)AT+ADR
678 -|(% style="width:162px;color:#0070C0" %)**Command Example**|(% style="width:266px;color:#0070C0" %)**Function**|(% style="width:250px;color:#0070C0" %)**Response**
676 +(% border="1" style="background-color:#ffffcc; color:green; width:683.222px" %)
677 +|=(% colspan="3" style="width: 680px;" %)AT+ADR
678 +|(% style="width:162px" %)**Command Example**|(% style="width:266px" %)**Function**|(% style="width:250px" %)**Response**
679 679  |(% style="width:162px" %)AT+ADR=?|(% style="width:266px" %)Get the Adaptive Data Rate setting.|(% style="width:250px" %)1(((
680 680  OK
681 681  )))
... ... @@ -701,9 +701,9 @@
701 701  
702 702  (% style="color:blue" %)**AT Command:  AT+CLASS**
703 703  
704 -(% border="1" style="background-color:#f2f2f2; width:507.222px" %)
705 -|=(% colspan="3" style="width: 504px;background-color:#D9E2F3;color:#0070C0" %)AT+CLASS
706 -|(% style="width:163px;color:#0070C0" %)**Command Example**|(% style="width:166px;color:#0070C0" %)**Function**|(% style="width:175px;color:#0070C0" %)**Response**
704 +(% border="1" style="background-color:#ffffcc; color:green; width:507.222px" %)
705 +|=(% colspan="3" style="width: 504px;" %)AT+CLASS
706 +|(% style="width:163px" %)**Command Example**|(% style="width:166px" %)**Function**|(% style="width:175px" %)**Response**
707 707  |(% style="width:163px" %)AT+CLASS=?|(% style="width:166px" %)Get the Device Class.|(% style="width:175px" %)A(((
708 708  OK
709 709  )))
... ... @@ -726,9 +726,9 @@
726 726  
727 727  (% style="color:blue" %)**AT Command:  AT+DCS**
728 728  
729 -(% border="1" style="background-color:#f2f2f2; width:515.222px" %)
730 -|=(% colspan="3" style="width: 512px;background-color:#D9E2F3;color:#0070C0" %)AT+DCS
731 -|(% style="width:165px;color:#0070C0" %)**Command Example**|(% style="width:239px;color:#0070C0" %)**Function**|(% style="width:107px;color:#0070C0" %)**Response**
729 +(% border="1" style="background-color:#ffffcc; color:green; width:515.222px" %)
730 +|=(% colspan="3" style="width: 512px;" %)AT+DCS
731 +|(% style="width:165px" %)**Command Example**|(% style="width:239px" %)**Function**|(% style="width:107px" %)**Response**
732 732  |(% style="width:165px" %)AT+DCS=?|(% style="width:239px" %)Get the ETSI Duty Cycle setting.|(% style="width:107px" %)1(((
733 733  OK
734 734  )))
... ... @@ -751,9 +751,9 @@
751 751  
752 752  (% style="color:blue" %)**AT Command: AT+DR**
753 753  
754 -(% border="1" style="background-color:#f2f2f2; width:466.222px" %)
755 -|=(% colspan="3" style="width: 463px;background-color:#D9E2F3;color:#0070C0" %)AT+DR
756 -|(% style="width:156px;color:#0070C0" %)**Command Example**|(% style="width:167px;color:#0070C0" %)**Function**|(% style="width:140px;color:#0070C0" %)**Response**
754 +(% border="1" style="background-color:#ffffcc; color:green; width:466.222px" %)
755 +|=(% colspan="3" style="width: 463px;" %)AT+DR
756 +|(% style="width:156px" %)**Command Example**|(% style="width:167px" %)**Function**|(% style="width:140px" %)**Response**
757 757  |(% style="width:156px" %)AT+DR=?|(% style="width:167px" %)Get the Data Rate.|(% style="width:140px" %)5(((
758 758  OK
759 759  )))
... ... @@ -778,9 +778,9 @@
778 778  
779 779  (% style="color:blue" %)**AT Command:  AT+FCD**
780 780  
781 -(% border="1" style="background-color:#f2f2f2; width:693.222px" %)
782 -|=(% colspan="3" style="width: 690px;background-color:#D9E2F3;color:#0070C0" %)AT+FCD
783 -|(% style="width:162px;color:#0070C0" %)**Command Example**|(% style="width:258px;color:#0070C0" %)**Function**|(% style="width:269px;color:#0070C0" %)**Response**
781 +(% border="1" style="background-color:#ffffcc; color:green; width:693.222px" %)
782 +|=(% colspan="3" style="width: 690px;" %)AT+FCD
783 +|(% style="width:162px" %)**Command Example**|(% style="width:258px" %)**Function**|(% style="width:269px" %)**Response**
784 784  |(% style="width:162px" %)AT+FCD=?|(% style="width:258px" %)Get the Frame Counter Downlink.|(% style="width:269px" %)0(((
785 785  OK
786 786  )))
... ... @@ -797,9 +797,9 @@
797 797  
798 798  (% style="color:blue" %)**AT Command:  AT+FCU**
799 799  
800 -(% border="1" style="background-color:#f2f2f2; width:534.222px" %)
801 -|=(% colspan="3" style="width: 531px;background-color:#D9E2F3;color:#0070C0" %)AT+FCU
802 -|(% style="width:177px;color:#0070C0" %)**Command Example**|(% style="width:239px;color:#0070C0" %)**Function**|(% style="width:113px;color:#0070C0" %)**Response**
800 +(% border="1" style="background-color:#ffffcc; color:green; width:534.222px" %)
801 +|=(% colspan="3" style="width: 531px;" %)AT+FCU
802 +|(% style="width:177px" %)**Command Example**|(% style="width:239px" %)**Function**|(% style="width:113px" %)**Response**
803 803  |(% style="width:177px" %)AT+FCU=?|(% style="width:239px" %)Get the Frame Counter Uplink.|(% style="width:113px" %)0(((
804 804  OK
805 805  )))
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0