C# Class MissionPlanner.Comms.SerialPort

Inheritance: System.IO.Ports.SerialPort, ICommsSerial
ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
GetNiceName ( string port ) : string
GetPortNames ( ) : string[]
Open ( ) : void
toggleDTR ( ) : void

Private Methods

Method Description
CallWithTimeout ( Action action, int timeoutMilliseconds, string data ) : void
FixBlueToothPortNameBug ( string portName ) : string
GetName ( string port ) : void
ispx4 ( string port ) : bool

Method Details

GetNiceName() public static method

public static GetNiceName ( string port ) : string
port string
return string

GetPortNames() public static method

public static GetPortNames ( ) : string[]
return string[]

Open() public method

public Open ( ) : void
return void

toggleDTR() public method

public toggleDTR ( ) : void
return void