Extended Serial Monitor



  1. Extended Serial Monitor Definition
  2. Serial Monitor Chrome
  3. Serial Monitor Windows 10
-->

The WmiMonitorID WMI class represents the identifying information about a video monitor, such as manufacturer name, year of manufacture, or serial number. The data in this class correspond to data in the Vendor/Product Identification block of Video Input Definition of the Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) standard.

Syntax

Extended Display Identification Data (EDID) is a metadata format for display devices to describe their capabilities to a video source (e.g. Graphics card or set-top box).The data format is defined by a standard published by the Video Electronics Standards Association (VESA).

  1. Arduino serial monitor extention. This is a small library which extent the Serial class in Arduino. Table of Contents. Intension; ANSI/VT100 Terminal Control Escape Sequences.
  2. Monitors your serial port and allows you to read and write to it like you could with Arduino's IDE.

Members

The WmiMonitorID class has these types of members:

Properties

The WmiMonitorID class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates the active monitor.

InstanceName

Data type: string

Access type: Read-only

Monitor

Qualifiers: Key

Name of the specific monitor instance.

ManufacturerName

Data type: uint16 array

Access type: Read-only

Name of manufacturer.

ManufacturerNameLength

Data type: uint16

Access type: Read-only

Length of manufacturer name located in the ManufacturerName property.

ProductCodeID

Data type: uint16 array

Access type: Read-only

Vendor assigned product code ID.

SerialNumberID

Data type: uint16 array

Virtualbox on macbook air m1. Access type: Read-only

Serial number.

UserFriendlyName

Data type: uint16 array

Access type: Read-only

The friendly name of the monitor. The size of the name is the length specified by the UserFriendlyNameLength property.

UserFriendlyNameLength

Data type: uint16

Access type: Read-only

Number of characters in the name located in the UserFriendlyName property.

WeekOfManufacture

Data type: uint8

Ipad visual studio code. Access type: Read-only

Week of manufacture by week number. The range is from 1 through 53. Zero (0) is undefined.

YearOfManufacture

Data type: uint16

Access type: Read-only

Year of manufacture.

Remarks

For a discussion on how to translate the arrays that store serial number ID's, see the Reporting Monitor information with Configuration Manager blog article.

Examples

Extended Serial Monitor Definition

The following PowerShell example retrieves the serial number of multiple monitors.

Extended

The following VBScript code also retrieves monitor ID information from a system.

Serial Monitor Chrome

Requirements

RequirementValue
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Rootwmi
MOF
WmiCore.mof
DLL
WmiProv.dll

Serial Monitor Windows 10

See also