Technical data

67
AT+FPH command parameters
Parameter Description
mode Reserved. Should be set to 1.
string The string defines the page header itself. Only ASCII printable characters are allowed in the string (0x20
thru 0x7e). Escape sequences that are introduced with the percent (%) character are allowed. The string
can be partitioned into one, two, or three parts by using single quote characters (') in the command
expression.
An escape sequence is a % followed by an optional width, which may include a leading left-justification signifier,
and then by the escape character itself. It is of the form %[numbers][-]character. The dash (-) denotes left
justification. When the dash is absent, right justification is used. If the width specification starts with a zero and
the escape sequence is expanded, the value will be left-padded with zeroes. Otherwise, it will be left-padded
with spaces.
Recognized escape sequences
Sequence Description
%d (or %D) The day of the month as a decimal number (range 01 to 31).
%h (or %H) The hour as a decimal number using a 24-hour clock (range 00 to 23).
%i (or %I) The hour as a decimal number using a 12-hour clock (range 01 to 12).
%m The month as a decimal number (range 01 to 12).
%M The minute as a decimal number (two digits).
%p Either "am" or "pm" according to the given time value or the corresponding strings.
%P The current page number of the fax being sent, as computed by the padding. Please note that page
number is printed at the right upper corner of the page and not at the location where %P tag was found.
%r (or %R) The ID of the remote fax machine. Leading and trailing blanks are stripped. A printf-style field width
specifier such as %20r or %-20r can be used to print this in a fixed width field.
%s (or %S) The second as a decimal number (two digits).
%t (or %T) The ID of the transmitting fax machine. Leading and trailing blanks are stripped. A printf-style field
width specifier such as %20t or %-20t can be used to print this in a fixed width field.
%y The year as a decimal number without the century.
%Y The year as a decimal number including the century.
%C C - unrecognized format character. Printed as C.