close_port
Closes a serial port using its identifier to free resources and stop communication.
Instructions
Close an open serial port.
The port_id is the identifier returned when the port was opened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port_id | Yes | The port identifier returned from open_port |