link
Usage
>> link [ type ]
>> link serial [ baudrate | mode | availablemodes | availablebaudrates]
Security
Open.
Description
The link command provides information about the available communication links. When issued without the use of a sub command, the current communication link over which the command was received, is returned.
The communication link is returned as a type field. The possible responses are:
usb
serial
Examples
>> link
<< link type=usb
Here, communication is taking place over the usb link.
>> link
<< link type=serial
Here, communication is taking place over the serial link. To access parameters for a serial link, see the serial sub command.