We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6e0e7 commit f9c5393Copy full SHA for f9c5393
README.md
@@ -18,6 +18,8 @@ Note that not all commands of [MeCom](https://www.meerstetter.ch/customer-center
18
#### USB
19
20
```python
21
+from meer_tec.interfaces import USB
22
+from meer_tec.tec import TEC
23
usb = USB("COM3")
24
tec = TEC(usb, 0)
25
```
@@ -26,6 +28,8 @@ tec = TEC(usb, 0)
26
28
Create a connection to the XPort and pass it as an argument to one of the TECs
27
29
30
31
32
33
xp = XPort('192.168.1.123')
34
tec3 = TEC(xp, 3)
35
0 commit comments