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