Startup
This commit is contained in:
10
script/test/TestMicrohawk.py
Normal file
10
script/test/TestMicrohawk.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user