/sys/dev/serial/{seridx}/devpath

The device path of the serial port that uniquely identifies the port it is attached to.

Get /sys/dev/serial/{seridx}/devpath

SecurityApiKey
Request
path Parameters
seridx
required
integer >= 0

The index of a serial port device.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/dev/serial/{seridx}/devpath
Request samples
Response samples
application/json
{
  • "result": "USB2.1",
  • "error": "Error message (present if an error occurred)."
}