Files
mxsc/script/test/TestMicrohawk.py
gac-S_Changer b3bf918d8b Startup
2017-08-14 16:10:38 +02:00

11 lines
249 B
Python

import ch.psi.pshell.serial.TcpDevice as TcpDevice
import ch.psi.pshell.serial.UdpDevice as UdpDevice
microscan = TcpDevice("microscan", "129.129.126.200:2001")
#microscan = UdpDevice("microscan", "129.129.126.200:2001")
microscan.initialize()