Skip to content

jSerialComm v2.11.0

Latest
Compare
Choose a tag to compare
@hedgecrw hedgecrw released this 17 Apr 17:38
· 3 commits to master since this release
  • 24326e7 - GitHub Action Fixes
  • 95301a7 - Remove deprecated Gradle CI commands
  • efcc181 - Update Github Actions (CI)
  • 9039c5d - Version bump
  • cb59248 - Allow FTDI ports to be opened for full enumeration using a flag
  • de84376 - Allow optional library name randomization for Tomcat workaround
  • 1bc5f61 - Check that read/write buffer sizes are large enough in read/writeBytes()
  • a9582be - Add ability to get manufacturer data from USB devices
  • d5a07ac - Clean up empty

    tags

  • 4d76b4c - Add support for enumerating RFCOMM devices
  • e243e10 - Add new function to auto-delete temp files upon shutdown
  • fade42f - Update javadocs to clarify RTS/DTR lines, isOpen(), and setBaudRate()
  • 7c9ce1c - Merge pull request #548 from jskubick/dtr_rts_javadoc_update
  • f7c250e - Don't delete jSerialComm dir before every load
  • 5d229ec - Add Windows events tester
  • 987f58b - Updated example code in SerialPort.isOpen()'s Javadoc to mention that there can be ONLY ONE DataListener
  • 9be2e45 - Improved Javadoc for SerialPort.setBaudRate() to add warning about baud rates > 230400 on Apple computers & elaborate upon the constraints imposed by USB-serial adapters upon baudrate selection.
  • 7d1a336 - Removed spurious html tag autoinserted by IntelliJ
  • a5b5503 - Improved formatting & wording for setDTR(), clearDTR(), setRTS(), and clearRTS()
  • e8dc58a - Improved Javadoc for SerialPort.isOpen() to reduce confusion when used with USB serial adapters and Arduino/esp32 boards.
  • d2f580f - Refined verbiage.
  • e3eae0a - Changed wording of setDTR(), clearDTR, setRTS(), and clearRTS() to reduce confusion when used with common USB-UART bridges.
  • aa0dff0 - Don't carry out custom baud rate bit-shifting
  • b4b5954 - Only use write timeouts if specified in config flags
  • 064b553 - Add clearDTR hint about usage to avoid Arduino resets
  • 4da4af7 - Version bump