File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Python library for interfacing with Espec North America chambers with P300, SCP-220, Watlow F4T & ; Watlow F4S/D controllers.
3
3
4
4
## Requirements
5
- python 2.7 .x
5
+ python 3 .x
6
6
7
7
## Installation
8
8
``` pip install chamberconnectlibrary ```
@@ -15,7 +15,7 @@ To ensure that the current version is used uninstall and then reinstall the libr
15
15
16
16
## Testing
17
17
18
- To test run chamberconnectlibrary-test.py(on windows using COM port #3 , test script is located in Python2.7 \Scripts directory)
18
+ To test run chamberconnectlibrary-test.py(on windows using COM port #3 , test script is located in Python3.x \Scripts directory)
19
19
20
20
P300: ``` chamberconnectlibrary-test.py Espec Serial \\.\COM3 19200 ```
21
21
@@ -26,4 +26,4 @@ Watlow F4T: ```chamberconnectlibrary-test.py WatlowF4T RTU \\.\COM3 38400```
26
26
Watlow F4: ``` chamberconnectlibrary-test.py WatlowF4 RTU \\.\COM3 19200 ```
27
27
28
28
## Documentation
29
- See [ controllerinterface.md] ( controllerinterface.md )
29
+ See [ controllerinterface.md] ( controllerinterface.md )
You can’t perform that action at this time.
0 commit comments