2 # -*- coding: utf-8 -*-
3 # filename: interactive.py
4 # Copyright 2008 Stefano Costa <steko@iosa.it>
5 # Under the GNU GPL 3 License
10 station
= zeiss_elta_r55
.ModelConnector('/dev/ttyUSB0')
13 # start from the device...
14 a
= raw_input("Press ENTER when download has finished\n")
15 # wait until finished!
17 result
= station
.download()
20 e
= open('interactive_download.txt', 'w')