Specifications
UC864-E/G AT Commands Reference Guide
80304ST10041a Rev. 3 - 18/07/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 170 of 259
#DAC - Digital/Analog Converter Control
<enable> - enables/disables DAC output.
0 - disables pin; it is in high impedance status (factory default)
1 - enables pin; the corresponding output is driven
<value> - scale factor of the integrated output voltage; it must be present if
<enable>=1
0..1023 - 10 bit precision
Note: integrated output voltage = MAX_VOLTAGE * value / 1023
AT#DAC? Read command reports whether the DAC_OUT pin is currently enabled or
not, along with the integrated output voltage scale factor, in the format:
#DAC: <enable>,<value>
AT#DAC=? Test command reports the range for the parameters <enable> and
<value>.
Example
Enable the DAC out and set its integrated output to the
50% of the max value:
AT#DAC=1,511
OK
Disable the DAC out:
AT#DAC=0
OK
Note With this command the DAC frequency is selected internally.
D/A converter must not be used during POWERSAVING.
DAC_OUT line must be integrated (for example with a low band pass filter)
in order to obtain an analog voltage.
For a more in depth description of the integration filter refer to the hardware
user guide.
3.5.7.1.26 Auxiliary Voltage Output Control - #VAUX
#VAUX- Auxiliary Voltage Output Control
AT#VAUX=
[<n>,<stat>]
Set command enables/disables the Auxiliary Voltage pins output.
Parameters:
<n> - VAUX pin index
1 - there is currently just one VAUX pin
<stat>
0 - output off
1 - output on
2 - query current value of VAUX pin
Note: when <stat>=2 and command is successful, it returns:
#VAUX: <value>