Releases: klasyc/ScpiNet
Releases · klasyc/ScpiNet
1.1.1
1.1.0
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)