D2Sphere Console Commands
syntax
common pfal syntax
$pfal,<pfal group>,<pfal cmd>[*CRC]
[*CRC] is optional
$pfal is recommended
common pfal shell cmd syntax (for ePACK)
$pfal,cmd.sh,["]<pfal cmd>["]
["] quoting is optional and not recommended as my quotes needed in the sh command
sequanz quoting is not yet supported
common pfal at syntax (for ePACK* / mPACK* / AVL*)
$pfal,cmd.at,["]<pfal cmd>["]
["] quoting is optional and not recommended as my quotes needed in the sh command
sequanz quoting is not yet supported
alternative (legacy / old) implementaition
$pfal,dbg.gsm.cmd,"<at cmd>",<timeout>
quoting required
required - default should be 3000
allowed commands
prohibited commands
$pfal,cmd.sh,top
examples:
# Set/Get device configuration
$PFAL,cnf.set,DEVICE.NAME=Test
$pfal,cnf.show
$PFAL,cnf.get,d2sphere.@d2sphere[0].time
$pfal,cnf.set,d2sphere.@d2sphere[0].time=3
# Shell commands
$pfal,cmd.sh,"uci show d2sphere"
$pfal,cmd.sh,ps
$pfal,cmd.sh,pwd
$pfal,cmd.sh,ls -l
$pfal,cmd.sh,touch /tmp/
$pfal,cmd.sh,pwd
# AT commands
$pfal,cmd.at,at+ccid
$pfal,cmd.at,at+cops?
$pfal,cmd.at,at+csq?