Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 15:41
dc2f224

1.2.0 (2025-02-23)

Bug Fixes

  • #6: Improve error reporting in UsbScpiConnection. (7d03ab0), closes #6
  • #8: Fix clumsy async/await approach and do everything inside a single task. (0bf6433)
  • #8: Replace GCHandle by IntPtr. (c1596f2), closes #8
  • #8: Replace unsafe code by native Windows events. (7867b5a), closes #8
  • remove superfluous argument from call to Query (61c0b9e)

Features

  • #3: Reading buffer length is now configurable via DefaultBufferSize property. (eefe13a), closes #3
  • Add optional test of the Tag field in the USBTMC response header. (745b554)
  • ScpiDevice: Make header stripping configurable per device driver. (025b38f)