mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
reliability of programming the Arduino Due. PR: 218241 Submitted by: Kyle Evans <bsdports@kyle-evans.net> (maintainer)
11 lines
288 B
C++
11 lines
288 B
C++
--- src/WinSerialPort.h.orig 2017-03-31 15:31:35 UTC
|
|
+++ src/WinSerialPort.h
|
|
@@ -55,6 +55,8 @@ class WinSerialPort : public SerialPort (public)
|
|
|
|
bool timeout(int millisecs);
|
|
void flush();
|
|
+ void setDTR(bool dtr);
|
|
+ void setRTS(bool rts);
|
|
|
|
private:
|
|
HANDLE _handle;
|