# dev-det command

The dev-det BASIC program detaches the
port currently attached from the current process. The user gives up
exclusive ownership of the port previously attached by the dev-att command and makes the port available to other users.

## Syntax

```
dev-det port.number{(options}
```

## Parameter(s)

| options | q | Quiet |
| --- | --- | --- |

## Example(s)

Detaches port 3 from process
11.

```
dev-det 3
Device #3: Detached from pib # 11.
```

## See also

- [converse command](https://d3codex.com/tcl/converse-command/)
- [dev-att command](https://d3codex.com/tcl/dev-att-command/)
- [get statement](https://d3codex.com/pickbasic-flashbasic/get-statement/)
- [link-pibdev command](https://d3codex.com/tcl/link-pibdev-command/)
- [mirror command](https://d3codex.com/tcl/mirror-command/)
- [send statement](https://d3codex.com/pickbasic-flashbasic/send-statement/)
- [tandem command](https://d3codex.com/tcl/tandem-command/)
- [unlink-pibdev command](https://d3codex.com/tcl/unlink-pibdev-command/)

---
Source: https://d3codex.com/tcl/dev-det-command/ - part of the D3Codex reference.
