Skip to content

Commit

Permalink
Updated jSerialComm
Browse files Browse the repository at this point in the history
  • Loading branch information
steve.ohara committed Mar 11, 2024
1 parent 8e599f5 commit da912b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,6 @@ _(**NOT BACKWARDS COMPATIBLE**)_

## Version 3.2.1
* Add capability to bind the Socket to specific local interface. (#135)
* Serial port is left hanging in OS if it gets physically disconnected (#144)
* Serial port is left hanging in OS if it gets physically disconnected (#144)
* Modbus Serial new event to serial disconnected (#148)
* Updated jserialcomm to 2.10.4
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.fazecast</groupId>
<artifactId>jSerialComm</artifactId>
<version>2.10.3</version>
<version>2.10.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public SerialParameters getSerialParams() {
*/
public void open() throws ModbusException {

// Start the listener if it isn' already running
// Start the listener if it isn't already running
if (!isRunning) {
try {
listenerThread = new Thread(listener);
Expand Down

0 comments on commit da912b8

Please sign in to comment.