Skip to content

jSerialComm v2.8.5

Compare
Choose a tag to compare
@hedgecrw hedgecrw released this 21 Jan 18:51
· 179 commits to master since this release
  • Retry native write() call upon errno == EAGAIN on Posix
  • Remove all FTDI native driver calls to FT_Open, FT_Close, FT_GetComPort, and FT_SetDriverLatency on Windows
  • Update FTDI enumeration using registry keys directly on Windows
  • Search for serial modem devices in addition to plain serial devices on Windows
  • Set FTDI latency using the registry on Windows (requires admin first time)
  • Only set FTDI latency when calling openPort()
  • Ignore LPT parallel devices on Windows