Skip to main content
Glama
RFingAdam
by RFingAdam

serial_send

Send data to serial ports and optionally receive responses for remote device communication. Configure line endings and timeouts to control data transmission with connected hardware.

Instructions

Send data to a serial port. Optionally wait for and return response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connection_idYesConnection ID from serial_connect
dataYesData to send (newline added automatically unless raw=true)
rawNoSend raw data without adding newline (default: false)
line_endingNoLine ending to append when raw=false: 'lf', 'cr', 'crlf', or 'none' (default: 'lf')lf
read_responseNoWait and read response after sending (default: true)
read_timeoutNoTimeout for reading response in seconds (default: 2.0)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RFingAdam/mcp-remote-access'

If you have feedback or need assistance with the MCP directory API, please join our Discord server