RECORD REC RE

Description:

  Start an encode.

Form:

  Command Handler: ECMD
  RECORD|REC|RE
  Argument List:
  NONE

Response:

  RECORD RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
    "\r\n" concludes modify responses (empty line)

Examples:

  Verbose command to start an encode:
  *.ECMD RECORD <enter>
     Response is: OK\r\n

  Terse command to start an encode:
  *.ECMD RE <enter>
     Response is: 0\r\n

Notes:

  The record command will typically reply successfully, but the encoder may not
  actually start encoding if an error condition or invalid parameter set is detected
  during the encoder startup.
Created By: Adtec Digital