User's Manual
Telit TRIZIUM Product Description
80264ST10007a Rev. 4– 09/09/04
Reproduction forbidden without DAI Telecom written authorization – All Right reserved – Right of modification reserved page 181 of 202
5.9.1.5 #OBJL – Object List
#OBJL– Object List Command
Execute command
Read command
Write command
AT#OBJL="<obj>"
Reports the list of the objects stored in the TRIZIUM memory.
Parameter:
<obj> - a string parameter which specify the object listed.
"IMG" - Image object (it is the only string supported).
Returns the list of the stored objects:
#OBJL: Snapshot,<size>
where
Snapshot - is the name of the object. It can't be changed.
<size> is the size of the object reported in bytes.
Test command
NOTE
Example AT#OBJL="IMG"
#OBJL: Snapshot,47224
OK
Reference
Telit specifications
SW release
Version A
5.9.1.6 #OBJR – Object Read
#OBJR – Object Read Command
Execute command
Read command
Write command
AT#OBJR="<obj>","Snapsh
ot"
After this command the TRIZIUM starts to flush the photo in its memory to the serial
line without ending it with OK.
Parameter:
<obj> - a string parameter which specify the object listed.
"IMG" - Image object (it is the only string supported).
"Snapshot" - is the name of the object.
Test command
NOTE The photo is flushed as hexadecimal characters in the format selected. The baudrate
is fixed at 115200, using hardware flow control.
Example AT#OBJR="IMG","Snapshot"
xxxxxxxxxxxx (binary digits of the JPEG image)
… the photo has been flushed to the serial line.
Reference
Telit specifications
SW release
Version A