Clara Hobbs
f57730f6b4
Begin a major refactor
Now we have real command-line argument parsing, rather than hacking it
together with sys.argv. Much better. Also, we use an enum for the file
types rather than hard-coding the extension strings all over the place.
пре 6 година
Clara Hobbs
b0fad80c76
Allow user to choose output file name
Kinda silly that the help message said you could choose it, but in
reality you couldn't. Now you can.
As an aside: good lord this code is a mess. I have a ton of cleanup to
do if I feel like it.
пре 6 година
Clara Hobbs
f54c0d7b4e
Update shebang to Python 3, make script executable
пре 6 година
Simon Larsson
444538b2c4
Updated for Python3, and to get image format directly
Requesting the correct image format direcly makes the request faster,
as PNG is much smaller. This also removes the external dependency on
the Pillow library.
пре 7 година
RoGeorge
570ad8ed5b
Add '\n' for all SCPI commands
пре 7 година
RoGeorge
b0030f172f
Querry *OPC? instead of waiting 1 second between commands.
Added logging file, 'OscScreenGrabLAN.py.log'.
пре 8 година
RoGeorge
34bb2f564a
Intermediary commit before push
пре 8 година
RoGeorge
f918bb83a9
Adding function "print_running_Python_versions()" for ERROR type exits.
пре 8 година
RoGeorge
efb879505b
Original library telnet.py has had minor changes between Python 2.7.9 and Python 2.7.12
Changes from telnet.py of Python 2.7.12 are now merged in telnet_receive_all.py
пре 8 година
RoGeorge
be1d17b5d2
Reformat tab to spaces
пре 8 година
RoGeorge
4e789d845b
Default path to captured files changed from '' to 'captures/'
пре 8 година
RoGeorge
f025bca67e
Deprecate 'PIL' and use 'pillow' instead of 'PIL'.
On a clean Python 2.7.12, 'pillow' must be installed manually.
IMPORTANT !
If you previously had 'PIL' installed, then 'PIL' must be uninstalled.
Install 'pillow' only after uninstalling 'PIL'.
пре 8 година
RoGeorge
bf861fa24c
Test 24 million points extraction to CSV in small chunks.
This is just a draft of the idea - code optimisation strongly needed.
пре 9 година
RoGeorge
54a5c7203d
Separate code from captures
пре 9 година
RoGeorge
0efdeb9f7c
Add waveform data capture/export to CSV capability
пре 9 година
RoGeorge
2586c85a36
Add Linux executable capability
пре 9 година
RoGeorge
5f10012043
Update Linux usage instructions
пре 9 година
RoGeorge
60413ade57
Update Linux usage instructions
пре 9 година
RoGeorge
df9abe75d9
Put capture/export in TODO list
пре 9 година
RoGeorge
6f778b24d9
Added Linux usage instructions
пре 9 година
RoGeorge
58e3bbc377
Ported for Linux - tested on Debian 7.7.0
Python 2.7.3 and PIL were already included in Debian
пре 9 година
RoGeorge
5f0142a8c0
Typo
пре 9 година
RoGeorge
939193c0a1
Remove hardcoded numbers
пре 9 година
RoGeorge
4115e00996
Remove hardcoded numbers
пре 9 година
RoGeorge
64116cac99
Typo touch
пре 9 година
RoGeorge
ed8bb4b018
Remove dead commented code
пре 9 година
RoGeorge
d576eabceb
Add PIL installation instructions
пре 9 година
RoGeorge
f46752f2e6
Add PIL installation instructions
пре 9 година
RoGeorge
b716927223
Add expanded acronyms to the project description
пре 9 година
RoGeorge
1d15129eea
Add expanded acronyms to the project description
пре 9 година
RoGeorge
b4c3b07f43
Add a minimal project description
пре 9 година
RoGeorge
252b5df909
Add capture example
пре 9 година
RoGeorge
4bfc1657fd
Create telnetlib_receive_all.py
пре 9 година
RoGeorge
f25624a4be
Create OscScreenGrabLAN.py
пре 9 година
RoGeorge
0887c38edc
Initial commit
пре 9 година