Header & Footer String Standard Settings
Some standard settings for header and footer strings are:
\r\n ----- new line
%n or %N ----- name of address
%a ----- address in decimal
%c ----- address in 7-digit decimal(If address is larger than 7-digit, it will be cut to 7-digit. If it is less than 7 digits,
zero will be padded)
%A ----- address in hexadecimal
%p ----- protocol
%m ----- message type
%b ----- baud rate in 4-digit decimal, i.e. 0512
%B ----- baud rate in hexadecimal
%l ----- numeric level, i.e. 0-3
%L ----- alpha level, i.e. A-D
%t ----- 24 hour with second
%T ----- 24 hour time
%s ----- 12 hour with second
%h ----- 12 hour time
%d ----- day
%M ----- month
%y ----- year
%Y ----- day/month/year
%U ----- month/day/year
%I ----- year/month/day
For example: \r\n Name:%n Capcode:%a Protocol:%p Time:%T Date:%Y \r\n