virtualSoC
0.6.2
baskett
Public Member Functions
|
Properties
|
List of all members
Komponent.Serial Class Reference
Public Member Functions
Serial
()
Properties
byte
SBUF
[get, set]
bool
REN
[get]
Detailed Description
Constructor & Destructor Documentation
◆
Serial()
Komponent.Serial.Serial
(
)
42
{
43
m_pPort =
new
SerialPort(
"COM1"
, 9600, Parity.Even, 8, StopBits.One);
44
}
Property Documentation
◆
REN
bool Komponent.Serial.REN
get
◆
SBUF
byte Komponent.Serial.SBUF
get
set
The documentation for this class was generated from the following file:
src/Komponent/
Serial.cs
Komponent
Serial
Generated by
1.8.13