package sync
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class SerialConnection extends AnyRef
Represents a serial connection in a more secure and object-oriented style than
UnsafeSerial
.Represents a serial connection in a more secure and object-oriented style than
UnsafeSerial
. In contrast to the latter, this class encapsulates and secures any pointers used to communicate with the native backend and is thread-safe.The underlying serial port is assumed open when this class is initialized.
Value Members
- object SerialConnection