We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69529a7 commit ebe786eCopy full SHA for ebe786e
src/windows/com.rs
@@ -67,6 +67,8 @@ impl Drop for OverlappedHandle {
67
/// should not be instantiated directly by using `COMPort::open()`, instead use
68
/// the cross-platform `serialport::open()` or
69
/// `serialport::open_with_settings()`.
70
+///
71
+/// Port is created using `CreateFileW` syscall with following set of flags: `FILE_ATTRIBUTE_NORMAL | FILE_FLAG_OVERLAPPED`
72
#[derive(Debug)]
73
pub struct COMPort {
74
handle: HANDLE,
0 commit comments