UC2-REST 0.2.0.23__tar.gz → 0.2.0.24__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/PKG-INFO +1 -1
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/UC2_REST.egg-info/PKG-INFO +1 -1
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/__version__.py +1 -1
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/mserial.py +1 -1
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/LICENSE +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/README.md +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/UC2_REST.egg-info/SOURCES.txt +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/UC2_REST.egg-info/dependency_links.txt +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/UC2_REST.egg-info/not-zip-safe +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/UC2_REST.egg-info/requires.txt +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/UC2_REST.egg-info/top_level.txt +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/setup.cfg +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/setup.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/MockSerial.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/UC2Client.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/__init__.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/analog.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/camera.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/cmdrecorder.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/config.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/config_.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/digitalout.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/galvo.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/gripper.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/home.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/laser.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/ledmatrix.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/ledmatrix_.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/logger.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/message.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/modules.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/motor.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/objective.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/pid.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/rotator.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/slm.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/state.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/temperature.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/utils.py +0 -0
- {uc2_rest-0.2.0.23 → uc2_rest-0.2.0.24}/uc2rest/wifi.py +0 -0
|
@@ -6,7 +6,7 @@ __version__.py
|
|
|
6
6
|
|
|
7
7
|
__title__ = 'UC2-REST'
|
|
8
8
|
__description__ = 'This pacage will help you to drive the ESP32-driven microscopy control modules from UC2'
|
|
9
|
-
__version__ = "v0.2.0.
|
|
9
|
+
__version__ = "v0.2.0.24"
|
|
10
10
|
__author__ = 'Benedict Diederich'
|
|
11
11
|
__author_email__ = 'benedictdied@gmail.com'
|
|
12
12
|
__license__ = 'GPL v3'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import serial
|
|
2
|
-
from serial.tools import list_ports
|
|
3
2
|
import json
|
|
4
3
|
import queue
|
|
5
4
|
import threading
|
|
6
5
|
import time
|
|
7
6
|
import sys
|
|
8
7
|
try:
|
|
8
|
+
from serial.tools import list_ports
|
|
9
9
|
from serial.serialutil import SerialException
|
|
10
10
|
IS_SERIAL = True
|
|
11
11
|
except ImportError:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|