-
Notifications
You must be signed in to change notification settings - Fork 6
/
NEWS
108 lines (85 loc) · 2.21 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Summary of important user-visible changes for instrument-control 0.2.1:
-------------------------------------------------------------------
** GPIB: New functions:
spoll
trigger
clrdevice
fopen
fclose
fwrite
fprintf
fscanf
** I2C, TCPIP, USBTMC, VXI11: New functions:
fopen
fclose
** SERIAL: Add Win32 support
** SERIAL: New functions:
fclose
fopen
get
set
** SERIAL: Deprecate functions, use set and get instead:
srl_baudrate
srl_bytesize
srl_close
srl_flush
srl_parity
srl_stopbits
srl_timeout
Summary of important user-visible changes for instrument-control 0.2.0:
-------------------------------------------------------------------
** Support for TCP interface I/O
** Support for USBTMC interface I/O
** Support for GPIB interface I/O
** Support for VXI11 interface I/O
** The following functions are new:
tcp
tcp_read
tcp_write
tcp_timeout
tcp_close
usbtmc
usbtmc_read
usbtmc_write
usbtmc_close
gpib
gpib_read
gpib_write
gpib_timeout
gpib_close
vxi11
vxi11_read
vxi11_write
vxi11_close
** Interfaces are now compiled seperately (i.e. failed compilation of one
interface does not mean fail of whole package)
** Parallel and i2c interface support for FreeBSD platform
** i2c_write no longer accepts strings for data parameter
Summary of important user-visible changes for instrument-control 0.1.0:
-------------------------------------------------------------------
** Initial release
** Support for Parallel interface I/O
** Support for Serial interface I/O
** Support for i2c interface I/O
** The following functions are new:
serial
srl_close
srl_read
srl_write
srl_baudrate
srl_flush
srl_stopbits
srl_bytesize
srl_parity
srl_timeout
i2c
i2c_addr
i2c_read
i2c_close
i2c_write
parallel
pp_ctrl
pp_stat
pp_close
pp_data
pp_datadir