Get USB device strings. Maximum length is 256 bytes.
the device index
manufacturer, serial, and product name, may be null
let strings = rtljs.getDeviceUSBStrings(0);console.log(`${strings.manufacturer}, ${strings.product}, ${strings.serial}); Copy
let strings = rtljs.getDeviceUSBStrings(0);console.log(`${strings.manufacturer}, ${strings.product}, ${strings.serial});
Get USB device strings. Maximum length is 256 bytes.