Skip to main content
Glama
RFingAdam
by RFingAdam

serial_connect_match

Connect to serial devices by matching USB identifiers like VID, PID, or serial number to establish communication with embedded systems and IoT hardware.

Instructions

Connect to a serial port by matching VID/PID/serial/description. Returns a connection ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vidNoUSB vendor ID (e.g., 0x0403 or 1027)
pidNoUSB product ID (e.g., 0x6001 or 24577)
serial_numberNoUSB serial number (exact match)
description_containsNoSubstring match in port description
hwid_containsNoSubstring match in HWID
port_containsNoSubstring match in device path (e.g., ttyUSB)
baudrateNoBaud rate (default: 115200)
timeoutNoRead timeout in seconds (default: 1.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