Description
This frame type is emitted in response to specific conditions. The status field of this frame indicates the device behavior.
Format
The following table provides the contents of the frame. For details on frame structure, see API frames.
Offset | Size | Frame Field | Description |
---|---|---|---|
0 |
8-bit |
Start Delimiter |
Indicates the start of an API frame. |
1 |
16-bit |
Length |
Number of bytes between the length and checksum. |
3 |
8-bit |
Frame type |
Modem Status - 0x8A |
4 |
8-bit |
Modem status |
Complete list of modem statuses:
|
EOF |
8-bit |
Checksum |
0xFF minus the 8-bit sum of bytes from offset 3 to this byte (between length and checksum). |
Modem status codes
Statuses for specific modem types are listed here.
Examples
Each example is written without escapes (AP = 1) and all bytes are represented in hex format. For brevity, the start delimiter, length, and checksum fields have been excluded.
Boot status
When a device powers up, it returns the following API frame:
7E 00 02 8A 00 75
Frame type | Modem Status |
---|---|
0x8A |
0x00 |
Status |
Hardware Reset |