]> rtime.felk.cvut.cz Git - sojka/tekpic.git/blob - README
Change default port to ttyUSB0
[sojka/tekpic.git] / README
1 This is a very stupid QT4 based program that is able to read pictures
2 from Tektronix oscilloscope through serial line. Currently, there are
3 no configuration options. The configuration is hardcoded in sources
4 and is:
5
6 Serial line: /dev/ttyS0
7 Speed: 19200
8 No handshake
9 Image format: TIFF
10
11 The osciloscope must be setup to the same format.
12
13 If you want the program to display images and copy them to clipboard
14 automatically, TIFF image plugin for QT must be installed. There is
15 one available at http://artis.imag.fr/Software/TiffIO/.
16
17
18 Author: Michal Sojka <sojkam1@fel.cvut.cz>