Skip to content

Files

Latest commit

7a70c99 · Jan 10, 2025

History

History

serial-rs-windows

Windows Serial Ports RS

The serial-rs-windows crate provides a serial port implementation for the Windows operating system.

Compatibility

The serial-rs-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-rs-windows library directly. The implementation provided by serial-rs-windows is also exposed through a cross-platform API in the serial crate.

The serial port type defined in serial-rs-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.