IsProbablyAtType

Description:

This method returns TRUE if the frame is probably an AT command. The criteria is: If the frame ends in <CR>, and the last two bytes are not a legal FCS, and all characters in the frame are printable ASCII, then it is an AT frame.

Parameters:

None




Example:

GROUP decode_at_command IF (IsProbablyAtType)