serial_close
Close an active serial connection to release the port, enabling other tools and processes to access the device.
Instructions
Close a serial connection and release the port.
Always call this when you are done interacting with a device. Leaving a port open blocks other tools and processes from accessing the device.
Args: session_id: Port name of the session to close. Optional if only one session is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |