What problem does it solve?
Engineers often do not know which hardware devices are connected to their machine, which devices support a needed capability like CAN or analog input, or whether the required MATLAB support packages are installed. This Skill answers those discovery questions through MATLAB helper functions without manual toolbox exploration.
Core Features & Use Cases
- Device Enumeration: List all connected MATLAB-supported hardware devices or search devices by capability keyword such as CAN or analog input.
- Device Details: Inspect a specific device's capabilities, connection info, transport properties, and hardware identifiers like serial numbers and VID/PID.
- Install-State Checks: Verify whether required support packages and add-ons for a device are installed, and report what is missing by human-readable name.
- Use Case: A user asks "which of my devices can read CAN messages?" The Skill runs a capability search, lists matching devices, and confirms the required support packages are installed before handing off to a device-specific workflow.
Quick Start
Ask the agent what hardware devices are currently connected to this machine and whether their required support packages are installed.