Port.N.SerialNumber

Serial number as reported by the USB device attached to this USB port, if it could be detected. Empty string is returned if it could not be detected.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"Port.N.SerialNumber"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result": "usb-serial"

}

usb-serial is the USB serial number

Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": "1127dfa9037s1a8cb1"
}