
pro command_tty2, cmd, device=device, resp=resp, addstxetx=addstxetx

;+
;  Name:
;    command_tty2
;  Purpose:
;    Send a command to either /dev/tty00 or /dav/tty01
;      using Lawrence Shing's call_tty.c
;  Calling Sequence:
;    command_tty2, buff [,device=device, resp=resp]
;  Input:
;    buff   = String containing command
;  Optional Input Keyword:
;    device = 0 or 1 for tty00 or tty01 (def is tty00)
;  Optional output keyword:
;    resp   = response from device
; Modification History:
;   Written,  ??-???-92 - gls
;	       2-mar-95 - LS changed device_str to access ports on the
;				terminal server on isass1
;	      30-May-96 - GAL move this updated vers. from Greg's dir.
;			to online.
;-

command_laser,cmd

end

