1Description: > 2 Implement to provide entity manager configuration for the usb port. 3 4properties: 5 - name: Type 6 type: string 7 description: > 8 The type of configuration object. 9 flags: 10 - readonly 11 - name: Name 12 type: string 13 description: > 14 The name of the usb port. 15 flags: 16 - readonly 17 - name: DeviceAddress 18 type: string 19 description: > 20 The address of the USB device. 21 flags: 22 - readonly 23 - name: DeviceInterface 24 type: uint64 25 description: > 26 The interface number of the USB device. 27 flags: 28 - readonly 29 - name: Port 30 type: uint64 31 description: > 32 The physical port of the serial device within that interface. 33 flags: 34 - readonly 35 - name: Mode 36 type: string 37 description: > 38 The mode of the serial interface, for example, RS232, RS485. 39 flags: 40 - readonly 41 - name: BaudRate 42 type: uint64 43 description: > 44 The baudrate of the communication channel. 45 flags: 46 - readonly 47 - name: RTSDelay 48 type: uint64 49 description: > 50 The request to send delay in milli-seconds. 51 flags: 52 - readonly 53