1 unstable release

Uses old Rust 2015

0.4.0 Jul 2, 2017

#21 in #rs232

Download history 1650/week @ 2023-10-17 1558/week @ 2023-10-24 1303/week @ 2023-10-31 1285/week @ 2023-11-07 1374/week @ 2023-11-14 1655/week @ 2023-11-21 1898/week @ 2023-11-28 1216/week @ 2023-12-05 1494/week @ 2023-12-12 1225/week @ 2023-12-19 923/week @ 2023-12-26 1272/week @ 2024-01-02 1822/week @ 2024-01-09 9341/week @ 2024-01-16 22219/week @ 2024-01-23 26590/week @ 2024-01-30

60,212 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

~42KB