TCL
dev-det command
.mdThe 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.