Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:32:37 +02:00
parent 52b47bc32d
commit 0deb530999

View File

@@ -6,9 +6,9 @@
global sys, inspect, os, traceback
import sys, inspect, os, traceback
a = '\x69'
a = 0x69
print a
msg = '\x32'
msg = {0x32,0xff}
print msg
def startTest(testName, DEVICE, params):