Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/jssc/SerialNativeInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public static String getLibraryVersion() {
* Send Break signal for set duration
*
* @param handle handle of opened port
* @param duration duration of Break signal
* @param duration duration of Break signal, in milliseconds
* @return If the operation is successfully completed, the method returns true, otherwise false
*
* @since 0.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jssc/SerialPort.java
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ public int getFlowControlMode() throws SerialPortException {
/**
* Send Break singnal for set duration
*
* @param duration duration of Break signal
* @param duration duration of Break signal, in milliseconds
*
* @return If the operation is successfully completed, the method returns true, otherwise false
*
Expand Down