OOStuBS/MPStuBS
|
Vollständige Aufstellung aller Elemente für Serial einschließlich aller geerbten Elemente.
baudRate enum-Bezeichner | Serial | |
comPort enum-Bezeichner | Serial | |
dataBits enum-Bezeichner | Serial | |
parity enum-Bezeichner | Serial | |
port | Serial | private |
read(bool blocking=true) | Serial | |
readReg(Serial::regIndex reg) | Serial | private |
receiveInterrupt(bool enable) | Serial | |
regIndex enum-Bezeichner | Serial | private |
Serial(Serial::comPort port=COM1, Serial::baudRate baudrate=BAUD_115200, Serial::dataBits databits=DATA_8BIT, Serial::stopBits stopbits=STOP_1BIT, Serial::parity parity=PARITY_NONE) | Serial | |
stopBits enum-Bezeichner | Serial | |
write(char out, bool blocking=true) | Serial | |
writeReg(Serial::regIndex reg, char out) | Serial | private |