From b3bf918d8b8cc8a50dd2a85753eab4bc5c295213 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 14 Aug 2017 16:10:38 +0200 Subject: [PATCH] Startup --- script/test/TestMicrohawk.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 script/test/TestMicrohawk.py diff --git a/script/test/TestMicrohawk.py b/script/test/TestMicrohawk.py new file mode 100644 index 0000000..fbe8471 --- /dev/null +++ b/script/test/TestMicrohawk.py @@ -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() + + +