Skip to content

Commit

Permalink
Add common commands, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
deviousasti committed Feb 18, 2020
1 parent d32f9df commit 6e1bb7f
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
50 changes: 49 additions & 1 deletion src/Resources/Commands.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
AT+CFUN=<fun>,<fun>
AT+CMGR
AT+TEST=<num>
ATE<fun>
AT+QPOWD=<fun>
AT+QGNSSC=<fun>
AT+QIACT
AT+CGACT=<fun>[,<fun>]
AT+QGNSSRD=<fun>
AT+QGNSSRD?
AT+CSQ
AT+CREG?
AT+CREG=<fun>
AT+CGSN
AT+GSN
AT+QNSTATUS
AT+QLTS
AT+QNITZ=<fun>
AT+CTZU?
AT+CTZR=<fun>
AT+CTZR?
AT+CTZR=<fun>
AT+QSIMDET=<fun>,<fun>,<fun>
AT+QSIMSTAT?
AT+QSIMSTAT=<fun>
AT+CCID
AT+QCCID
AT+COPS?
AT+COPS=<fun>[,<fun>[,<fun>]]
AT+CPOL?
AT+CPOL=<fun>[,<fun>[,<fun>]]
AT+COPN
AT+QENG?
AT+QENG=<fun>[,<fun>]
ATA
AT+CLCC
ATD<fun>;
ATH0
AT+CGATT=<fun>
AT+CGDCONT?
AT+CGDCONT=<fun>[,<fun>[,fun>[,<fun>[,<fun>[,<fun>]]]]]
AT+CGPADDR=<fun>
AT+QIFGCNT=<fun>
AT+QICSGP=<fun>[,<fun>[,<fun>,<fun>]]
AT+QIREGAPP
AT+QIREGAPP=<fun>,<fun>,<fun>[,<fun>]
AT+QISTAT
AT+QSSLCFG=<fun>,
AT+QSSLOPEN=<fun>,<fun>,<fun>,<fun>,<fun>[,<fun>]
AT+QSSLCLOSE=<fun>
AT+QSSLSEND=<fun>,<fun>
AT+QSSLSTATE?

0 comments on commit 6e1bb7f

Please sign in to comment.