#7,PI;
Get internal microcontroller firmware version.
Response format:
#7,PI,x.xx;
where:
x.xx – internal microcontroller firmware version number.
#7,VH;
Get hardboot program version.
Response format:
#7,VH,x.xx;
where:
x.xx – hardboot program version number.
#7,VB;
Get bootstrap program version.
Response format:
#7,VB,x.xx;
where:
x.xx – bootstrap program version number.
#7,IE;
Get IEPE current.
Response format:
#7,IE,x;
where:
x = 0 – IEPE is Off,
x = 1 – 1.5 mA,
x = 2 – 4.5 mA.
#7,IE,x;
Set IEPE current.
where:
x = 0 – IEPE is Off,
x = 1 – 1.5 mA,
x = 2 – 4.5 mA.
Response format:
#7,IE;
#7,RT;
Get current real time clock settings.
Response format:
#7,RT,hh,mm,ss,DD,MM,YYYY;
where:
hh:mm:ss – time,
DD/MM/YYYY – date.