/* AUX: -- a shell over a serial line.
 *
 * The handler hands the stream to the console handler, so this behaves like
 * CON: rather than like SER:: reads return on a line instead of waiting for
 * the buffer to fill, and Ctrl-C reaches the running command.
 *
 * Startup is left empty, so the handler falls back to serial.device unit 0.
 * To drive a different device or unit, or to set the line parameters, use the
 * EHandler form instead:
 *
 *   EHandler  = L:aux-handler
 *   Device    = serial.device
 *   Unit      = 0
 *   Baud      = 115200
 *   Control   = "8N1"
 */

Handler   = L:aux-handler
Priority  = 5
StackSize = 8192
GlobVec   = -1
Startup   = 0
