Method | Description | |
---|---|---|
Dispose ( ) : void | ||
SendSerialData ( string data ) : void |
Send serial byte array to serialport
|
|
SerialPortManager ( ) : System | ||
StartUsingPort ( ) : void |
Connects to a serial port defined through the current settings
|
|
StopUsingPort ( ) : void |
Closes the serial port
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
UpdateBaudRateCollection ( ) : void |
Retrieves the current selected device's COMMPROP structure, and extracts the dwSettableBaud property
|
|
_currentSerialSettings_PropertyChanged ( object sender, System e ) : void | ||
_serialPort_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void |