Can i do something like this?
if code == CODE1:
data = 0x0
While True:
len = len - 1
if len == -1:
break
buffer = dataDo i need to initialze the buffer? -Thanks, Joe -- http://mail.python.org/mailman/listinfo/python-list
