Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jSerialComm from 2.5.1 to 2.7.0 in /cnf #1444

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 15, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps jSerialComm from 2.5.1 to 2.7.0.

Release notes

Sourced from jSerialComm's releases.

jSerialComm v2.6.2

  • Set "low latency mode" on Linux, if it exists
  • Do not tcdrain before closing port in case port has stopped responding (which causes a freeze)
  • Update documentation to indicate that getCommPorts() always returns a new unique array of SerialPort instances

jSerialComm v2.6.1

  • Merge Android-specific code into General POSIX codebase
  • Deprecated Android architectures removed
  • Updated Crosstool-NG config files to work with newer Crosstool version
  • Sync/force write data before closing port
  • Update error strings to better indicate IO errors
  • Only enable BRKINT flag if not in RS485 mode
  • Check return value of SetupComm in Windows
  • Return boolean value when changing port configurations after opened to indicate success/failure
  • Redefine fdatasync to fsync on Mac OS
  • Do not completely reset port configuration when updating config parameters
  • Updated Javadocs

jSerialComm v2.6.0

  • Created new SerialPortMessageListenerWithExceptions class to allow users to handle event-based exceptions
  • In Windows, use "CreateProcess" to directly preset DTR/RTS modes instead of calling system()
  • Add ability for user to specify whether RTS is high/low when sending in RS485 mode
  • Ensure data was actually received in waitForEvent on Windows
  • Add additional ARM version indicator for choosing correct native binary
  • Additional test case updates
  • Use flock() to ensure exclusive port access instead of TIOCEXCL
  • Perform full port closure routing upon native error
  • Synchronize open/close/setup calls in Java to avoid race conditions
  • Officially remove OSX 32-bit support
  • Remove isOpened field and detect openness based on file descriptor instead
  • Break out of event waiting loop based on Java-side boolean value
  • Force-interrupt event waiting thread in case it gets stuck in native/driver code
  • Update Gradle build file to use bnd instead of the deprecated osgi plugin

jSerialComm v2.5.3

  • Add function calls to get RTS/DTR/RI line statuses (getRTS(), getDTR(), getRI())
  • Add functions to attempt to set/retrieve the underlying device driver's transmit buffer sizes
  • Suppress output of setting RTS/DTR line states before a port is opened
  • Set global read/write/execute permissions on extracted native libraries so multiple instances of jSerialComm can function at the same time
  • Tie all "safety sleep" timers to the parameter in openPort() so that every sleep is user-configurable at runtime
  • Ensure that ports are fully/automatically closed if it is detected that they are no longer connected
  • Check for open ports before reading/writing so that disconnected ports don't continually spit out garbage data
  • Properly initialize all C data structs

jSerialComm v2.5.2

  • Ensure that a valid file descriptor exists before closing ports
  • Add RS-485 mode for drivers that support it
  • Reset interrupted state on threads in which interruptions may occur
  • Add DataListener class which can inform users when a read/null pointer exception has occurred asynchronously
  • Store native code libraries inside a tmp directory instead of the tmp root to cut down on library removal/cleanup time during startup

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants