CONNECT        Connect to remote system

Top  Previous  Next

Syntax:

CONNECT

[ /options ]

Arguments:

None

 

Options:

/timeout=nn

Connection time-out in seconds; if 0, wait indefinitely

 

 

This script command is used to establish a non-modem connection on a COM port. On a COM port, this command raises the DTR modem signal. If constant carrier is configured, this command also raises the RTS modem signal. A connection is established when FileLink detects the DSR modem signal (and the CTS signal if constant carrier is configured.)

 

Consider the following example.

 

;; direct connect on a COM port

CONNECT /timeout=60

 

Related Command(s): DIAL, ANSWER