| Crates.io | serial-windows |
| lib.rs | serial-windows |
| version | 0.4.0 |
| created_at | 2017-07-02 01:25:39.868824+00 |
| updated_at | 2017-08-02 14:52:22.704919+00 |
| description | Serial port implementation for Windows. |
| homepage | https://github.com/dcuddeback/serial-rs |
| repository | https://github.com/dcuddeback/serial-rs |
| max_upload_size | |
| id | 21518 |
| size | 21,621 |
The serial-windows crate provides a serial port implementation for the Windows operating system.
The serial-windows crate is compatible with recent versions of the Windows operating system. The
following versions are confirmed to be compatible:
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.
Copyright © 2015 David Cuddeback
Distributed under the MIT License.