at_send - Dispatches input to a subprocess

SYNOPSIS

at_send proc_id string

ARGUMENTS

proc_id
Identifier of subprocess (as returned by at_createproc
string
Text string to be passed to the subprocess

DESCRIPTION

This command sends a string to the subprocess as identified by proc_id. The proc_id is the same as that returned by the at_createproc command that invoked the subprocess. at_send has an implicit <cr> appended to each record - it is not necessary for programmers to include their own.

KEYWORDS

ATwish, proc, subprocess


Derek McKay (dmckay)