User`s guide

16-3
EMMI Subsystem (Agilent 8922M Only)
BRATe
BRATe
Description Selects/queries EMMI part Baud RATe.
Syntax EMMI:BRATe?
EMMI:BRATe <string>
Options ”600” | ”1200” | ”2400” | ”4800” | ”9600”
DATA?
Description Returns a response message sent by the mobile station. Response messages are stored in a
message in a message buffer in the Agilent 8922M.
Syntax EMMI:DATA?
Options This EMMI DATA is in the form:
num-decimal-digits/num-data-chars/emmi-hex-data
(no spaces)
Where;
num-decimal-digits: (range: 1 through 3) The number of characters following to be
interpreted as num-data-chars.
num-data-chars: (range: 0 through 510) The number of data characters that will follow.
NOTE: This must be an even number since every two characters will represent one byte
of hex data.
emmi-hex-data: Hex character data. Each pair of characters represents one byte of
EMMI hex data.
The user can do the following:
Read all the messages in the message buffer by sending EMMI:DATA? commands
until #10 is returned. (Messages are read first-in-first-out.)
Clear the message buffer by sending EMMI:RESet.