File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ ## [ v2.8.0] - 2023-07-22
11
+
12
+ - Improved error checking in read/write commands. (thanks @meetgandhi-eic ).
13
+
10
14
## [ v2.7.2] - 2023-07-16
11
15
12
16
- Changed CICD runner from TravisCI to GitHub Actions.
Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ namespace mn {
209
209
// / \brief Assigns the provided tty settings to the serial port pointed to by the file descriptor.
210
210
void SetTermios2 (termios2 tty);
211
211
212
- // / \brief checks whether the port is open or not
213
- // / \param prettyFunc Function details obtained using __PRETTY_FUNCTION__
214
- // / \throws CppLinuxSerial::Exception if port is not opened
212
+ // / \brief Checks whether the port is open or not,
213
+ // / \param prettyFunc Pass in function details obtained using __PRETTY_FUNCTION__ for useful exception messages.
214
+ // / \throws CppLinuxSerial::Exception if port is not opened.
215
215
void PortIsOpened (const std::string& prettyFunc);
216
216
217
217
// / \brief Keeps track of the serial port's state.
You can’t perform that action at this time.
0 commit comments