Skip to content

Releases: commtech/synccom-windows

2.2.0.1

Choose a tag to compare

@jdroney jdroney released this 18 Sep 20:24
  • Fixed an integer overflow when receiving data.

2.2.0.0

Choose a tag to compare

@jdroney jdroney released this 15 Oct 17:54
  • Added the ability to change the number of pending transmits to the Sync Com from the driver.

2.1.0.0

Choose a tag to compare

@jdroney jdroney released this 27 Sep 14:47
  • Added code to limit the number of pending transmits to the Sync Com. This should reduce memory usage.
  • Fixed an issue with the INF.

2.0.0.0

Choose a tag to compare

@jdroney jdroney released this 25 Sep 14:03
  • Updated code to support Windows Universal.
  • No longer supports anything before Windows 10.
  • Removed the co-installer.
  • Removed the class installer.
  • Because of the removal of co/class installers, it has changed categories in the device manager.

1.2.10.0

Choose a tag to compare

@jdroney jdroney released this 13 Sep 18:42
  • Fixed an issue with over/underreading the frame size list when doing many short frames.
  • Fixed a BSOD with deleting objects that were never successfully created.

1.2.9

Choose a tag to compare

@jdroney jdroney released this 15 Mar 14:37
  • Fixed the INF files so that the wrong version (x86 vs x64) won't get picked.

1.2.8

Choose a tag to compare

@jdroney jdroney released this 29 May 18:06
  • Fixed a bug with port numbering.

1.2.7

Choose a tag to compare

@jdroney jdroney released this 04 Apr 18:48
  • Updated the license to the MIT license.
  • 1.2.6
  • Updated copyright years.
  • Removed WAIT_ON_WRITE. The USB format doesn't support this. As it was never officially implemented, this does not require a major version change.
  • Removed the tracking of sent data. This was not used and sometimes caused considerable delays.
  • Updated some header file locations.

1.2.5

Choose a tag to compare

@jdroney jdroney released this 26 Sep 15:16
  • Modified the includes directory location to match other Commtech repositories.
  • Updated examples for includes changes.
  • Fixed the FCR not being read correctly.
  • Fixed TXEXT accidentally sending XREP instead of TXEXT.
  • Fixed FCR getting overwritten when updating the clock.

1.2.4

Choose a tag to compare

@jdroney jdroney released this 20 Oct 16:46
  • Changed the custom class GUID to a new GUID.
  • Added a class installer to rename ports with their port number.
  • Enabled the drivers to 'remember' what number a port is set to.
  • Added a tool to allow a user to find a physical device associated with a port number.