AwCommLE.PortNumber Property

Gets or sets the port number for serial communication.

[Visual Basic]
Public Property PortNumber As Integer
[C#]
public int PortNumber {get; set;}

Property Value

Port number. The default value is 1.

Example

How to set the port of serial communication as COM1.

comm.PortNumber = 1
comm.PortNumber = 1;

See Also

AwCommLE Class | Asterworld.Comm Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.