ProgrammingGuide
11.2GeneralCommandStructureRequestingaparameter(PollMode)
?ECR“?“isthecommandfor“Request“
“E“istheparameterrequested
“CR“(carriagereturn,0Dh)isclosingtherequest.
Remark:Itispossibletoclosewith“CR““LF“,0Dh,
0Ah,butnotnecessary.
Settingaparameter(PollMode)
TheparameterwillbestoredintothedeviceEEPROM.
E=0.975CR“E“istheparametertobeset
“=“isthecommandfor“setaparameter“
“0.975“isthevaluefortheparameter
“CR“(carriagereturn,0Dh)isclosingtherequest
Remark:Itispossibletoclosewith“CR““LF“,0Dh,
0Ah,butnotnecessary.
SettingaparameterwithoutwritingintotheEEPROM(PollMode)
Thisfunctionisfortestpurposesonly.
E#0.975CR“E“istheparametertobeset
“#“isthecommandfor“setparameterwithoutwriting
intotheEEPROM“
“0.975“isthevaluefortheparameter
“CR“(carriagereturn,0Dh)isclosingtherequest.
Remark:Itispossibletoclosewith“CR““LF“,0Dh,
0Ah,butnotnecessary.
Deviceresponseformat:
!E0.975CRLF“!“istheparameterfor“Answer“
“E“istheparameter
“0.975“isthevaluefortheparameter
“CR“„LF“(0Dh0Ah)isclosingtheanswer.
MID67