File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Python library for interfacing with Espec North America chambers with P300, SCP-220, Watlow F4T & ; Watlow F4S/D controllers.
33
44## Requirements
5- python 2.7 .x
5+ python 3 .x
66
77## Installation
88``` pip install chamberconnectlibrary ```
@@ -15,7 +15,7 @@ To ensure that the current version is used uninstall and then reinstall the libr
1515
1616## Testing
1717
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)
1919
2020P300: ``` chamberconnectlibrary-test.py Espec Serial \\.\COM3 19200 ```
2121
@@ -26,4 +26,4 @@ Watlow F4T: ```chamberconnectlibrary-test.py WatlowF4T RTU \\.\COM3 38400```
2626Watlow F4: ``` chamberconnectlibrary-test.py WatlowF4 RTU \\.\COM3 19200 ```
2727
2828## 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