1 unstable release

Uses old Rust 2015

0.4.0 Jul 2, 2017

#252 in Windows APIs

Download history 6062/week @ 2024-07-28 6616/week @ 2024-08-04 7442/week @ 2024-08-11 7765/week @ 2024-08-18 11358/week @ 2024-08-25 21024/week @ 2024-09-01 25535/week @ 2024-09-08 31567/week @ 2024-09-15 34242/week @ 2024-09-22 24070/week @ 2024-09-29 4721/week @ 2024-10-06 6653/week @ 2024-10-13 7195/week @ 2024-10-20 7336/week @ 2024-10-27 7957/week @ 2024-11-03 9779/week @ 2024-11-10

32,721 downloads per month
Used in serial

MIT license

57KB
797 lines

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.

Dependencies

~44KB