# link-pibdev command

The link-pibdev BASIC program creates
a logical *link* between the given (or current) process and the
specified port number.

**For Windows:**Not Supported

The process and
the specified port must not be in tandem, converse, or mirror.

## Syntax

```
link-pibdev {process,} port.number
```

## Example(s)

Links the current process to
port 3.

```
link-pibdev 3
```
Links process 2 to port 4.

```
link-pibdev 2,4
```

## See also

- [:reset-async command](https://d3codex.com/tcl/colon-reset-async-command/)
- [converse command](https://d3codex.com/tcl/converse-command/)
- [dev-att command](https://d3codex.com/tcl/dev-att-command/)
- [dev-det command](https://d3codex.com/tcl/dev-det-command/)
- [mirror command](https://d3codex.com/tcl/mirror-command/)
- [Port number](https://d3codex.com/definitions/port-number/)
- [tandem command](https://d3codex.com/tcl/tandem-command/)
- [unlink-pibdev command](https://d3codex.com/tcl/unlink-pibdev-command/)

---
Source: https://d3codex.com/tcl/link-pibdev-command/ - part of the D3Codex reference.
