diff --git a/artiq/coredevice/comm_kernel.py b/artiq/coredevice/comm_kernel.py index 6fa4113e4..f9bd5c8b9 100644 --- a/artiq/coredevice/comm_kernel.py +++ b/artiq/coredevice/comm_kernel.py @@ -307,7 +307,7 @@ class CommKernel: args.append(value) def _skip_rpc_value(self, tags): - tag = tags.pop(0) + tag = chr(tags.pop(0)) if tag == "t": length = tags.pop(0) for _ in range(length):