docs.rs failed to build serial-windows-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Windows Serial Ports
The serial-windows
crate provides a serial port implementation for the Windows operating system.
Compatibility
The serial-windows
crate is compatible with recent versions of the Windows operating system. The
following versions are confirmed to be compatible:
- Windows 7 (x86_64)
- Windows 8 (x86_64)
Usage
In general, one shouldn't need to use the serial-windows
library directly. The implementation
provided by serial-windows
is also exposed through a cross-platform API in the serial
crate.
The serial port type defined in serial-windows
works with Windows COM ports. In addition to
implementing the standard serial port traits, it also implements
std::os::windows::io::AsRawHandle
, which can be used for integrating with other I/O libraries.
License
Copyright © 2015 David Cuddeback
Distributed under the MIT License.