Jazz Soft Contact us?   JazzSoft@live.com     English   English  Japanese  Chinese (Traditional)  Chinese (Simlified)
Factory Automation & Yield Management Solution Provider 
Skip Navigation LinksHome > Products > Savoy > Savoy Comm Reference > Properties > PortNumber

Dorian.Core is added. Dorian now supports .NET 6 and 7.

Savoy Comm Reference   

Properties
BaudRate
ByteSize
ByteStream
Connect
Count
IniFileName
IniSection
Parity
PortNumber
StopBit

Methods
AboutBox
LoadIniFile
Send
Setup

Events
Received

PortNumber Property

Gets or sets the serial port number. Port number starts at 0. For example, comm #1 is 0, comm. #2 is 1.

Default value is 0.

Syntax

Visual Basic

PortNumber As Integer


Visual C++

short GetPortNumber()
void SetPortNumber(short)

Return Value

Example

Visual Basic

.PortNumber = 0
.BaudRate = 9600
.ByteSize = 8
.StopBit = 0
.Parity = 0
.Connect = True


Visual C++

m_ctrl.SetPortNumber(0);
m_ctrl.SetBaudRate(9600);
m_ctrl.SetByteSize(8);
m_ctrl.SetStopBit(0);
m_ctrl.SetParity(0);
m_ctrl.SetConnect(true);

Remarks

Persistent property.

See Also

Contact us?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.