-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
60 lines (33 loc) · 1.15 KB
/
CHANGELOG
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
$Id: CHANGELOG,v 1.6 2008/06/22 21:00:10 tw Exp tw $
v0.3
gdsh:
- Oscilloscope screen snapshot command added, using an
undocumented query.
- GDS-1000 oscilloscope series commands added
- Documentation update
- Default speed for RS232 connection is now 19200, not 9600.
- Renamed internal command wrapper
- gds-open now handles stop-bit parameter correct
- gds-open now has -s/-u options to either force RS232 or USB
default parameters
- gds-plot -t option fixed
- gds-plot output file no longer ignored
gds-read-bin:
- gds-read-bin can now handle screen snapshot data
v0.2
gdsh:
- Fixed installation of gdsh-cdm-wrapper
- Fixed check if GDSH_CONNECT_AT_START is undefined in
gdsh.init.
- Some more command descriptions added to gdsh.7 man page.
- stty in gdsh no longer uses -iutf8, as this is not supported
by all sttys
- stty result code check corrected.
- install now works with broken SysV install(1M), too.
gds-read-bin:
- Endian defines are taken from sys/isa_defs.h on Solaris, as Solaris
doesn't have endian.h
- Read timeout reduced from five seconds to two.
- install now works with broken SysV install(1M), too.
v0.1
Initial release.