Skip to main content

SA — Sequential Acknowledge

Enables or disables sequential acknowledgment mode. When enabled, the device requires an ACK response from the server for each event report before sending the next one.

Format

  • Query: >QSA<
  • Set: >SSA{A}<
  • Response: >RSA{A}<
FieldValuesDescription
A0 or 10 = disabled, 1 = enabled

Examples

Query state:

>QSA<
>RSA0< ← Sequential ACK disabled

Enable sequential ACK:

>SSA1<

Disable sequential ACK:

>SSA0<

Notes

  • When enabled, the device appends a sequence ID (;SI=NNN) to outgoing reports.
  • The server must reply with the same sequence ID to acknowledge receipt.
  • Unacknowledged reports are queued and retried.