Skip to content

Releases: klasyc/ScpiNet

1.1.1

21 Sep 16:40
Compare
Choose a tag to compare

1.1.1 (2024-09-21)

Bug Fixes

  • Fixed USB reading request's TransferSize field value. (1ebe89a)

Features

  • Added a new sample application.

1.1.0

03 Oct 17:42
Compare
Choose a tag to compare

1.1.0 (2023-10-03)

Bug Fixes

  • Query() method correctly recognizes and strips the response header. (f54549d)
  • ScpiDevice: Fix QueryDictionary method to properly work with quoted strings. (3067e2b)
  • TcpScpiConnection: Define DevicePath to a meaningful value. (eb56b3c)
  • TcpScpiConnection: EOF is now correctly detected according to the trailing new-line character. (2438111)
  • TcpScpiConnection: Extend default connection timeout to 500 ms. (f0c7601)
  • TcpScpiConnection: Use correct timeout value during connection. (c56f09f)

Features

  • #2: ScpiConnectionExtensions: Add ReadBytes() method. (736bd41), closes #2
  • Add logging to the TCP and USB connection. (e0ebd37)
  • Add PollQuery() method which allows to automatically wait for SCPI command result. (397bde6)
  • Add SendCmd() method. (8fa1e42)
  • Add support for generic ILogger<> logging. (0971f15)
  • IScpiConnection: Introduce specialTimeout parameter which allows to define a special timeout for a reading. (feee27d)

1.0.0

16 Aug 09:56
Compare
Choose a tag to compare

1.0.0 (2023-08-16)

Features